Skip to content

Commit d51d201

Browse files
committed
Unquote the things.
1 parent 4626fdb commit d51d201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
uses: smallstep/workflows/.github/workflows/goreleaser.yml@jdoss/PRERELEASE_env_var
7272
with:
7373
enable-packages-upload: true
74-
is-prerelease: "${{ needs.create_release.outputs.is_prerelease }}"
74+
is-prerelease: ${{ needs.create_release.outputs.is_prerelease }}
7575
secrets: inherit
7676

7777
build_upload_docker:

0 commit comments

Comments
 (0)