Skip to content

Commit

Permalink
chore: update action
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertAZ1992 committed Aug 9, 2022
1 parent cd7c810 commit 152c3e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 33 deletions.
33 changes: 0 additions & 33 deletions .github/workflows/publish.yml

This file was deleted.

5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,8 @@ jobs:
release_name: ${{ github.ref }}
draft: false
prerelease: false

- name: Publish to NPM
run: npm publish
env:
GITHUB_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}

0 comments on commit 152c3e2

Please sign in to comment.