Skip to content

Commit

Permalink
Merge pull request #46 from aegenet/chore-fix-clean-pkg-2
Browse files Browse the repository at this point in the history
Chore: fix publish flag
  • Loading branch information
aegenet committed Aug 2, 2024
2 parents 47fd030 + 252185b commit 1267d29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Publish packages GitHub
env:
CI: true
YAWT_NPM_PUBLIC_PUBLISH: '0'
YAWT_NPM_PUBLIC_PUBLISH: 'false'
YAWT_NPM_NAMESPACE: '@aegenet'
YAWT_NPM_PUSH_REGISTRY: https://npm.pkg.github.com/
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
Expand All @@ -61,7 +61,7 @@ jobs:
- name: Publish packages npm
env:
CI: true
YAWT_NPM_PUBLIC_PUBLISH: '1'
YAWT_NPM_PUBLIC_PUBLISH: 'true'
YAWT_NPM_NAMESPACE: '@aegenet'
YAWT_NPM_PUSH_REGISTRY: https://registry.npmjs.org/
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
Expand Down

0 comments on commit 1267d29

Please sign in to comment.