Skip to content

Commit 46b10ef

Browse files
committed
chore: Update release action
1 parent 8cec347 commit 46b10ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
- name: Get variables
2626
id: get_variables
2727
run: |
28-
echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
29-
echo ::set-output name=IS_PRERELEASE::'${{contains(github.ref, 'dev')}}'
28+
echo "{VERSION}={${GITHUB_REF/refs\/tags\//}}" >> $GITHUB_OUTPUT
29+
echo "{IS_PRERELEASE}={"${{contains(github.ref, 'dev')}}"}" >> $GITHUB_OUTPUT
3030
3131
- name: Publish release github
3232
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)