Skip to content

Commit

Permalink
BREAKING CHANGE: fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
tiavina-mika committed May 1, 2024
1 parent 07a657f commit e9f2063
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,11 @@ jobs:
# with:
# COMMIT_DISABLED:

# - name: Setup .yarnrc.yml
# run: |
# yarn config set npmAlwaysAuth true
# yarn config set npmAuthToken ${{secrets.NPM_TOKEN}}
- name: Setup .yarnrc.yml
run: |
yarn config set nodeLinker node-modules
yarn config set npmAlwaysAuth true
yarn config set npmAuthToken ${{secrets.NPM_TOKEN}}
- run: yarn
# for Yarn v1, use `yarn publish` instead
Expand Down
1 change: 0 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"changelogFile": "CHANGELOG.md"
}
],
"@semantic-release/npm",
[
"@semantic-release/git",
{
Expand Down
File renamed without changes.

0 comments on commit e9f2063

Please sign in to comment.