Skip to content

Commit

Permalink
Update npm-publish-github-packages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
priyagupta108 authored Feb 5, 2024
1 parent cecc6ae commit 38efac8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:

publish-npm:
needs: build

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -20,4 +20,4 @@ jobs:
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GIT_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.GIT_TOKEN}}

0 comments on commit 38efac8

Please sign in to comment.