Skip to content

Commit

Permalink
fix release workflow (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsubox76 authored Dec 18, 2023
1 parent 6a4c9c2 commit 39e5145
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,14 @@ jobs:
- name: Create .npmrc
run: |
cat << EOF > "$HOME/.npmrc"
@google:registry=https://wombat-dressing-room.appspot.com
//wombat-dressing-room.appspot.com/:_authToken=$NPM_TOKEN
EOF
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Publish
run: yarn changesets publish
run: yarn changeset publish

- name: Git tags
run: git push --follow-tags

0 comments on commit 39e5145

Please sign in to comment.