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.
2 parents a34fb1e + b87afec commit 265f3f9Copy full SHA for 265f3f9
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
uses: actions/checkout@v3
13
- name: Get the version
14
id: get_version
15
- run: echo ::set-output name=version::${GITHUB_REF:15}
+ run: echo "version=${GITHUB_REF:15}" >> $GITHUB_OUTPUT
16
- name: Setup node
17
uses: actions/setup-node@v3
18
with:
0 commit comments