From 63068f03b9eb63cbd9096cb8c81a261a5ce3e91a Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Thu, 18 Jan 2024 10:37:50 +0100 Subject: [PATCH] Use jbang --fresh to make sure we use the latest snapshot of the action --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 91f696c..643af12 100644 --- a/action.yml +++ b/action.yml @@ -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) }}