Skip to content

Commit

Permalink
Merge pull request #60 from gsmet/jbang-fresh
Browse files Browse the repository at this point in the history
Use jbang --fresh to make sure we use the latest snapshot of the action
  • Loading branch information
gsmet authored Jan 18, 2024
2 parents e04f353 + 63068f0 commit 658734f
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 @@ -38,7 +38,7 @@ runs:
run: curl -Ls https://sh.jbang.dev | bash -s - app setup
shell: bash
- id: action
run: ~/.jbang/bin/jbang --repos 'github=https://maven.pkg.github.com/quarkusio/conversational-release-action/' --repos 'mavencentral' io.quarkus.bot:conversational-release-action:999-SNAPSHOT
run: ~/.jbang/bin/jbang --fresh --repos 'github=https://maven.pkg.github.com/quarkusio/conversational-release-action/' --repos 'mavencentral' io.quarkus.bot:conversational-release-action:999-SNAPSHOT
shell: bash
env:
JSON_INPUTS: ${{ toJSON(inputs) }}
Expand Down

0 comments on commit 658734f

Please sign in to comment.