Skip to content

Commit f1e16c4

Browse files
committed
correct github workflow
1 parent e86f0e7 commit f1e16c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-package-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ jobs:
290290
echo "$REL_NOTES"
291291
292292
echo "::set-output name=release_notes::$REL_NOTES"
293-
echo "::set-output name=is_prelease::$((poetry run npm run --silent is-prerelease)"
293+
echo "::set-output name=is_prelease::$(poetry run npm run --silent is-prerelease)"
294294
295295
- name: find assets
296296
id: find_assets

0 commit comments

Comments
 (0)