Skip to content

Commit 04d07b3

Browse files
committed
Bump v0.3.2 to v0.3.3 for release
Signed-off-by: Brend Smits <brend.smits@philips.com>
1 parent 97face3 commit 04d07b3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
dockerfile: ./Action/Dockerfile
2121
image-name: post-to-medium-action
22-
tags: latest v0.3.2
22+
tags: latest v0.3.3
2323
push-branches: main
2424
env:
2525
DOCKER_USERNAME: ${{ github.actor }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The easiest way to use this action is to add the following into your workflow fi
4141
runs-on: ubuntu-latest
4242
steps:
4343
- name: Create Medium Post
44-
uses: philips-software/post-to-medium-action@v0.3.2
44+
uses: philips-software/post-to-medium-action@v0.3.3
4545
with:
4646
integration_token: "${{ secrets.INTEGRATION_TOKEN }}"
4747
content: "content here"

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ outputs:
7676

7777
runs:
7878
using: 'docker'
79-
image: 'docker://ghcr.io/philips-software/post-to-medium-action:v0.3.2'
79+
image: 'docker://ghcr.io/philips-software/post-to-medium-action:v0.3.3'
8080
args:
8181
- '--integration-token'
8282
- ${{ inputs.integration_token }}

0 commit comments

Comments
 (0)