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 160f8d0 commit 78dcb2fCopy full SHA for 78dcb2f
.github/workflows/release.yml
@@ -31,9 +31,9 @@ jobs:
31
- run: tools/box compile --verbose --no-ansi
32
- name: Fetch tag name from GITHUB_REF
33
id: get_version
34
- run: echo ::set-output name=VERSION::$(echo $GITHUB_REF | cut -d / -f 3)
+ run: echo "VERSION=$(echo $GITHUB_REF | cut -d / -f 3)" >> $GITHUB_OUTPUT
35
- name: Attach .phar to release
36
- uses: svenstaro/upload-release-action@14569a2d348419d066e34e5dfa65071ecd30b64b
+ uses: svenstaro/upload-release-action@v2
37
with:
38
repo_token: ${{ secrets.GITHUB_TOKEN }}
39
file: slimdump.phar
0 commit comments