Skip to content

Commit

Permalink
alternative publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dcousens committed Oct 18, 2022
1 parent f2ca4d1 commit 26e4ead
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:

- run: yarn build

- name: npm publish, git tag, git push
uses: changesets/action@v1
with:
version: exit 1
publish: yarn changeset publish
createGithubReleases: false
- name: npm publish, git tag
run: yarn changeset publish --tag latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

# push the tags
- name: git push
run: |
git push origin --tags

1 comment on commit 26e4ead

@vercel
Copy link

@vercel vercel bot commented on 26e4ead Oct 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.