Skip to content

Commit

Permalink
Substitute refs/tags/* to *
Browse files Browse the repository at this point in the history
  • Loading branch information
manicmaniac committed Aug 10, 2022
1 parent cf28932 commit b100a07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
run: make installcheck | xcpretty
- run: man -P cat 1 xcnew
- name: Create release
run: gh release create '${{ github.ref }}' --generate-notes
run: gh release create "${GITHUB_REF#refs/*/}" --generate-notes
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload release asset
run: gh release upload '${{ github.ref }}' xcnew.pkg
run: gh release upload "${GITHUB_REF#refs/*/}" xcnew.pkg
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b100a07

Please sign in to comment.