Skip to content

Commit

Permalink
ci: fix checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Nov 2, 2022
1 parent 22538dd commit 5b7d7d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
node-version: "16"
- run: npm run initialize
- run: npm run build:clean
- run: git checkout -b release-package
- run: git checkout main
- run: |
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN_AENEASR }}" > ~/.npmrc
- run: |
Expand Down

0 comments on commit 5b7d7d4

Please sign in to comment.