Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gazedash authored Aug 4, 2023
1 parent 7593eab commit bc5a31d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
run: zip release *
- name: Debug ncipollo/release-action
env:
XXX: ${{ env.GITHUB_REF_NAME }}
XXX: ${{ github.ref_name }}
run: |
echo $GITHUB_REF_NAME
echo $XXX
- name: Upload Release
uses: ncipollo/release-action@v1.12.0
with:
tag: ${{ env.GITHUB_REF_NAME }}
tag: ${{ github.ref_name }}
artifacts: "release.zip"
token: ${{secrets.PAT}}

0 comments on commit bc5a31d

Please sign in to comment.