Skip to content

Commit

Permalink
Add quotes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdoss committed Aug 13, 2024
1 parent 77a0157 commit 4626fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
uses: smallstep/workflows/.github/workflows/goreleaser.yml@jdoss/PRERELEASE_env_var
with:
enable-packages-upload: true
is-prerelease: ${{ needs.create_release.outputs.is_prerelease }}
is-prerelease: "${{ needs.create_release.outputs.is_prerelease }}"
secrets: inherit

build_upload_docker:
Expand Down

0 comments on commit 4626fdb

Please sign in to comment.