Skip to content

Commit

Permalink
Bump v0.3.2 to v0.3.3 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 Nov 26, 2021
1 parent 97face3 commit 04d07b3
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.2
tags: latest v0.3.3
push-branches: main
env:
DOCKER_USERNAME: ${{ github.actor }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,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.2
uses: philips-software/post-to-medium-action@v0.3.3
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.2'
image: 'docker://ghcr.io/philips-software/post-to-medium-action:v0.3.3'
args:
- '--integration-token'
- ${{ inputs.integration_token }}
Expand Down

0 comments on commit 04d07b3

Please sign in to comment.