Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
Update npm_publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
artyukh authored Oct 14, 2023
1 parent fb5665f commit b2af6dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm_publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: publish_npm_release

on:
release:
Expand Down Expand Up @@ -29,4 +29,4 @@ jobs:
- run: npm run build --if-present
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit b2af6dd

Please sign in to comment.