Skip to content

Commit

Permalink
Bump v0.4.0 to v0.4.1 for release
Browse files Browse the repository at this point in the history
Signed-off-by: Brend Smits <brend.smits@philips.com>
  • Loading branch information
Brend-Smits committed Jan 4, 2022
1 parent 7229768 commit 6c1ea77
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
dockerfile: ./Action/Dockerfile
image-name: post-to-medium-action
tags: latest v0.4.0
tags: latest v0.4.1
push-branches: main
env:
DOCKER_USERNAME: ${{ github.actor }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Create Medium Post with Publication
uses: philips-software/post-to-medium-action@v0.4.0
uses: philips-software/post-to-medium-action@v0.4.1
with:
integration_token: "${{ secrets.INTEGRATION_TOKEN }}"
content: "Test content to see if publishing works from GH Action"
Expand All @@ -23,7 +23,7 @@ jobs:
title: "Test post via GH Actions to Medium"

- name: Create Medium Post with Author
uses: philips-software/post-to-medium-action@v0.4.0
uses: philips-software/post-to-medium-action@v0.4.1
with:
integration_token: "${{ secrets.INTEGRATION_TOKEN }}"
content: "Test content to see if publishing works from GH Action"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The easiest way to use this action is to add the following into your workflow fi
runs-on: ubuntu-latest
steps:
- name: Create Medium Post
uses: philips-software/post-to-medium-action@v0.4.0
uses: philips-software/post-to-medium-action@v0.4.1
with:
integration_token: "${{ secrets.INTEGRATION_TOKEN }}"
content: "content here"
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ outputs:

runs:
using: 'docker'
image: 'docker://ghcr.io/philips-software/post-to-medium-action:v0.4.0'
image: 'docker://ghcr.io/philips-software/post-to-medium-action:v0.4.1'
args:
- '--integration-token'
- ${{ inputs.integration_token }}
Expand Down

0 comments on commit 6c1ea77

Please sign in to comment.