diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index 406f529b3..169fb3f3a 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -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: @@ -39,4 +39,4 @@ jobs: uses: ./.github/workflows/actions/changeset-snapshot with: tag: ${{ inputs.tag }} - npm-token: ${{ secrets.NPM_AUTH_TOKEN }} \ No newline at end of file + npm-token: ${{ secrets.NPM_AUTH_TOKEN }}