diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b732e35..f173053 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,7 +56,7 @@ jobs: run: npm run build --if-present - name: Release - run: npm run release + run: npm run semantic-release env: GITHUB_TOKEN: ${{secrets.GLOBAL_GITHUB_TOKEN}} NPM_TOKEN: ${{secrets.NPM_TOKEN}}