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.
release
1 parent a80fde5 commit 26604d8Copy full SHA for 26604d8
.github/workflows/release.yml
@@ -27,10 +27,10 @@ jobs:
27
- name: version
28
id: version
29
run: |
30
- echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/}
+ echo "VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
31
- name: install
32
33
- go get github.com/github-release/github-release
+ go install github.com/github-release/github-release@100e8554
34
- name: release
35
env:
36
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments