Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Oct 10, 2024
1 parent 2ff4926 commit 4e18421
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
body_path: ${{ github.workspace }}/release-notes.txt
# if this is changed, `gh release upload` argument needs to be updated.
tag_name: ${{ github.ref_name }}
name: Release ${{ github.ref_name }}
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -43,7 +44,7 @@ jobs:
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
deno-compile:
compile:
needs: release
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 4e18421

Please sign in to comment.