Skip to content

Commit

Permalink
fix: github action publish env
Browse files Browse the repository at this point in the history
  • Loading branch information
pabl-o-ce committed May 12, 2024
1 parent e966c02 commit 06fb73e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/svelte-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
release:
types: [published]

env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

jobs:
build:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 06fb73e

Please sign in to comment.