Skip to content

Commit

Permalink
fix: update image tag (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymirecki committed Nov 9, 2023
1 parent 22f8ecf commit 68a9045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ outputs:
description: "Whether a version was released. Note that this would be true even with dry-run=true"
runs:
using: 'docker'
image: 'docker://outoforbitdev/action-semantic-release:1.3.7'
image: 'docker://outoforbitdev/action-semantic-release:1.4.1'
args:
- ${{ inputs.github-token }}
- ${{ inputs.dry-run == 'true' }}
Expand Down

0 comments on commit 68a9045

Please sign in to comment.