Skip to content

Commit

Permalink
disable
Browse files Browse the repository at this point in the history
  • Loading branch information
killerchip committed Mar 22, 2024
1 parent 71f0bb2 commit 7591cd3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
uses: actions/checkout@v4
with:
persist-credentials: false
ref: beta

- name: Setup Node.js
uses: actions/setup-node@v2
Expand All @@ -29,7 +28,7 @@ jobs:
run: |
yarn run build
npm version prerelease --preid=beta
npm publish --tag beta
npm publish --tag beta --dry-run
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

Expand Down

0 comments on commit 7591cd3

Please sign in to comment.