Skip to content

Commit

Permalink
Bump v0.3.4 to v0.4.0 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 a09b38d commit cd71669
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.3.4
tags: latest v0.4.0
env:
DOCKER_USERNAME: ${{ github.actor }}
DOCKER_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
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.3.4
uses: philips-software/post-to-medium-action@v0.4.0
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.3.4'
image: 'docker://ghcr.io/philips-software/post-to-medium-action:v0.4.0'
args:
- '--integration-token'
- ${{ inputs.integration_token }}
Expand Down

0 comments on commit cd71669

Please sign in to comment.