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 0485925 commit 547f7d7
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ on:
push:
branches:
- main
tags:
- v*
permissions:
contents: read # for checkout

jobs:
build:
Expand Down Expand Up @@ -50,10 +46,10 @@ 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 npmAlwaysAuth true
# yarn config set npmAuthToken ${{secrets.NPM_TOKEN}}

- run: yarn
# for Yarn v1, use `yarn publish` instead
Expand Down

0 comments on commit 547f7d7

Please sign in to comment.