Skip to content

Commit

Permalink
Update npm_publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ego-lay-atman-bay committed Aug 20, 2024
1 parent e35c4a5 commit dd2364e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/npm_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
types: [published]
workflow_dispatch:

permissions:
contents: write

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -20,7 +23,7 @@ jobs:
- name: Upload Release Asset
uses: xresloader/upload-to-github-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
file: "dist/*"
update_latest_release: true
Expand Down

0 comments on commit dd2364e

Please sign in to comment.