Skip to content

Commit

Permalink
Update pre-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
odinr authored Jan 10, 2025
1 parent 7897219 commit ae289ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
changsets:
name: Version or publish packages
runs-on: ubuntu-latest
if: github.ref_protected == true
# if: github.ref_protected == true
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -39,4 +39,4 @@ jobs:
uses: ./.github/workflows/actions/changeset-snapshot
with:
tag: ${{ inputs.tag }}
npm-token: ${{ secrets.NPM_AUTH_TOKEN }}
npm-token: ${{ secrets.NPM_AUTH_TOKEN }}

0 comments on commit ae289ec

Please sign in to comment.