We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cec347 commit 46b10efCopy full SHA for 46b10ef
.github/workflows/github-release.yml
@@ -25,8 +25,8 @@ jobs:
25
- name: Get variables
26
id: get_variables
27
run: |
28
- echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
29
- echo ::set-output name=IS_PRERELEASE::'${{contains(github.ref, 'dev')}}'
+ echo "{VERSION}={${GITHUB_REF/refs\/tags\//}}" >> $GITHUB_OUTPUT
+ echo "{IS_PRERELEASE}={"${{contains(github.ref, 'dev')}}"}" >> $GITHUB_OUTPUT
30
31
- name: Publish release github
32
uses: softprops/action-gh-release@v1
0 commit comments