Skip to content

Commit

Permalink
F es6 (#35)
Browse files Browse the repository at this point in the history
* fix: yarn

* fix: yarn
  • Loading branch information
Mararok authored Dec 3, 2023
1 parent 5f15ff0 commit ec158bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ jobs:
with:
registry-url: 'https://registry.npmjs.org'
node-version: 20.x
scope: '@hexancore'
cache: 'yarn'
always-auth: true

- name: Install dependencies
run: yarn install --immutable
Expand Down Expand Up @@ -58,10 +56,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
4 changes: 3 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ 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
npmAuthToken: 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

0 comments on commit ec158bf

Please sign in to comment.