Skip to content

Commit 352c528

Browse files
author
snail
committed
update ci.yml
1 parent d81d475 commit 352c528

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
- name: Checkout code
2020
uses: actions/checkout@v2
2121

22-
# - name: Set variables
23-
# id: variables
24-
# run: |
25-
# tag=`basename ${{ github.ref }}`
22+
- name: Set variables
23+
id: variables
24+
run: |
25+
tag=`basename ${{ github.ref }}`
2626
# golang_version=1.22
2727
# cgo_enabled=0
2828

@@ -53,7 +53,7 @@ jobs:
5353
uses: softprops/action-gh-release@v1
5454
with:
5555
token: ${{ secrets.GITHUB_TOKEN }}
56-
# tag_name: ${{ steps.variables.outputs.tag }}
56+
tag_name: ${{ steps.variables.outputs.tag }}
5757
files: |
5858
bbx-${{ matrix.os }}-${{ matrix.arch }}
5959

0 commit comments

Comments
 (0)