Skip to content

Commit

Permalink
update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
snail committed Oct 24, 2024
1 parent a6db2a1 commit 2c1f142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Set variables
id: vars
run: |
tag=`basename ${{ github.ref }}`
echo "tag=`basename ${{ github.ref }}`" >> $GITHUB_OUTPUT
echo ${{ steps.vars.outputs.tag }}
pwd
# golang_version=1.22
Expand Down

0 comments on commit 2c1f142

Please sign in to comment.