Skip to content

Commit

Permalink
Update release-package.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Azanov <[email protected]>
  • Loading branch information
azanov authored Jan 30, 2024
1 parent d08ce15 commit 60d6c77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
scope: '@sinc-gmbh'
- run: yarn install --frozen-lockfile
- run: yarn run dts
- run: yarn publish --access public
- run: yarn npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
npm:
Expand All @@ -34,6 +34,6 @@ jobs:
scope: '@sinc-gmbh'
- run: yarn install --frozen-lockfile
- run: yarn run dts
- run: yarn publish --access public
- run: yarn npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 60d6c77

Please sign in to comment.