diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 517273a..f93d568 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -39,7 +39,6 @@ jobs: persist-credentials: true - run: npm ci - name: Semantic Release - uses: cycjimmy/semantic-release-action@v3 env: GITHUB_TOKEN: ${{ secrets.PIPELINE_BOT_PAT }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} @@ -47,3 +46,4 @@ jobs: GIT_AUTHOR_EMAIL: ${{ secrets.COMMITBOT_EMAIL }} GIT_COMMITTER_NAME: im-pipeline-bot GIT_COMMITTER_EMAIL: ${{ secrets.COMMITBOT_EMAIL }} + run: npx semantic-release