Skip to content

Commit

Permalink
fix: yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
Mararok committed Dec 3, 2023
1 parent 5f15ff0 commit 7201ccd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ jobs:
- name: Publish
run: |
echo "npmAuthToken: '${{ env.NPM_AUTH_TOKEN }}'" >> ./yarnrc.yml
echo "npmAuthToken: '${{ env.NODE_AUTH_TOKEN }}'" >> ./yarnrc.yml
yarn npm publish --access public --tag ${{ env.RELEASE_TAG }}
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Push changes to repository
env:
Expand Down
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ yalc.sig
.github
yalc.lock
yarn.lock
.yarnrc.yml
.prettierrc.js
.git
.gitattributes
Expand Down
3 changes: 2 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.0.2.cjs

npmRegistryServer: https://registry.npmjs.org
npmRegistryServer: https://registry.npmjs.org
npmPublishRegistry: https://registry.npmjs.org
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hexancore/common",
"version": "0.10.4",
"version": "0.11.0",
"engines": {
"node": ">=20"
},
Expand Down

0 comments on commit 7201ccd

Please sign in to comment.