Skip to content

Commit

Permalink
fix:修改工作流文件5
Browse files Browse the repository at this point in the history
  • Loading branch information
zwtesttt committed May 29, 2024
1 parent 56b075f commit 5ac9f3d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ jobs:
sudo apt update
sudo apt install gh -y
- name: Authenticate with GitHub CLI
run: gh auth login --with-token <<< "${{ secrets.GITHUB_TOKEN }}"

- name: Print ref name
run: echo "The ref name is ${{ github.ref_name }}"

Expand All @@ -37,5 +34,5 @@ jobs:
GO: go
VERSION: ${{ github.ref_name }}
TAG: ${{ github.ref_name }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: make release VERSION=${{ github.ref_name }} TAG=${{ github.ref_name }}

0 comments on commit 5ac9f3d

Please sign in to comment.