diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1d54df1..7f88e8d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -33,7 +33,7 @@ jobs: - name: "Setup npm" # Add our registry to npm config run: | # Custom action npm set "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" - + - name: Run release-it run: npx release-it --ci env: