Skip to content

Commit

Permalink
Update publish-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-j-davies authored Apr 28, 2024
1 parent 28a5bd2 commit 0732ba6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-dev.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: BETA Publish
name: Publish BETA

on:
release:
Expand Down Expand Up @@ -35,4 +35,4 @@ jobs:
npm run build
npm publish --access public --tag beta
env:
NODE_AUTH_TOKEN: ${{secrets.NODE_TKN}}
NODE_AUTH_TOKEN: ${{secrets.NODE_TKN}}

0 comments on commit 0732ba6

Please sign in to comment.