Skip to content

Commit

Permalink
馃洜 fix(none): publish workflow (#1723)
Browse files Browse the repository at this point in the history
refers:

- none

## Type of change

**PATCH: backwards compatible change**



This PR includes breaking changes to the following core packages:

- none

This PR includes breaking changes to the follow extensions:

- none

## Dependencies

### Adds

- none

### Removes

- none
  • Loading branch information
kellymears committed Sep 28, 2022
1 parent e587f16 commit 1e9b502
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ jobs:
run: |
yarn @bud release --tag latest --version ${{ github.event.inputs.version }}
- name: reset npmAuthToken
run: |
yarn config set npmAuthToken "${NPM_AUTH_TOKEN:-fallback}"
- name: Configure Git
run: |
git config user.name "Roots Ladybud"
Expand Down

0 comments on commit 1e9b502

Please sign in to comment.