Skip to content

Commit

Permalink
Try again to automate create github release.
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 d3f32e0 commit 894c0e9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
release-github:
needs: publish-npm
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh release create "$GITHUB_REF_NAME" # GITHUB_REF_NAME is the tag name in `on.push.tags` workflows
steps:
- 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 }}


0 comments on commit 894c0e9

Please sign in to comment.