Skip to content

Commit

Permalink
fix: update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
dendavidov-affinidi committed Nov 24, 2022
1 parent f615e38 commit 8926190
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 31 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/github-release-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Public Release to github.com
name: Public Release to npmjs.org

on:
push:
Expand Down Expand Up @@ -31,3 +31,8 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{secrets.PUBLIC_NPM_NODE_AUTH_TOKEN}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

- name: Publish to npmjs.org
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.PUBLIC_NPM_NODE_AUTH_TOKEN}}
30 changes: 0 additions & 30 deletions .github/workflows/public-npm-release-workflow.yml

This file was deleted.

0 comments on commit 8926190

Please sign in to comment.