Skip to content

Commit 332abb7

Browse files
committed
Refactor to have predictive names
1 parent 7f21ef2 commit 332abb7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@ jobs:
2424
release_name: Release ${{ github.ref }}
2525
draft: true
2626
prerelease: true
27-
27+
- name: Extract tag name
28+
id: tag_name
29+
run: echo ::set-output name=TAG::${GITHUB_REF##*/}
2830
- uses: actions/checkout@v2
29-
3031
- name: Add zip
3132
run: apt update && apt install zip
3233

0 commit comments

Comments
 (0)