Skip to content

Commit

Permalink
Bump version to 0.0.0 and add GitHub token for changeset release
Browse files Browse the repository at this point in the history
  • Loading branch information
jimobrien committed Jul 14, 2023
1 parent b444f23 commit 8dd9d33
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-push-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
uses: changesets/action@v1
with:
publish: pnpm changeset:release
token: ${{ secrets.GITHUB_TOKEN }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rabbitholegg/questdk",
"version": "0.0.1",
"version": "0.0.0",
"description": "",
"type": "module",
"main": "./dist/cjs/index.js",
Expand Down
6 changes: 0 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8dd9d33

Please sign in to comment.