Skip to content

Commit

Permalink
Update create-release.yml change to needs.setup (#4975)
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Alvarez <jandroav@icloud.com>
  • Loading branch information
jandroav committed Sep 28, 2023
1 parent 5cd3e8e commit 98a6226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
env:
GPG_PASSWORD: ${{ secrets.GPG_PASSPHRASE }}
run: |
.github/util/re-version.sh download/liquibase-artifacts "${{ needs.setup.outputs.version }}" "${{ steps.collect-data.outputs.branch }}"
.github/util/re-version.sh download/liquibase-artifacts "${{ needs.setup.outputs.version }}" "${{ needs.setup.outputs.branch }}"
##Sign Files
.github/util/sign-artifacts.sh re-version/out
Expand Down

0 comments on commit 98a6226

Please sign in to comment.