Skip to content

Commit

Permalink
I will automate creating gh release one day.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Riley authored and Tom Riley committed Jan 22, 2024
1 parent b951d04 commit d4a5a50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
needs: publish-npm
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: gh release create "$GITHUB_REF_NAME" # GITHUB_REF_NAME is the tag name in `on.push.tags` workflows
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit d4a5a50

Please sign in to comment.