Skip to content

Commit 954dadc

Browse files
authored
Merge pull request #10 from WTW-IM/remove-semantic-release-action
Using semantic release directly rather than an action.
2 parents b9f868f + 013ce59 commit 954dadc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ jobs:
3939
persist-credentials: true
4040
- run: npm ci
4141
- name: Semantic Release
42-
uses: cycjimmy/semantic-release-action@v3
4342
env:
4443
GITHUB_TOKEN: ${{ secrets.PIPELINE_BOT_PAT }}
4544
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4645
GIT_AUTHOR_NAME: im-pipeline-bot
4746
GIT_AUTHOR_EMAIL: ${{ secrets.COMMITBOT_EMAIL }}
4847
GIT_COMMITTER_NAME: im-pipeline-bot
4948
GIT_COMMITTER_EMAIL: ${{ secrets.COMMITBOT_EMAIL }}
49+
run: npx semantic-release

0 commit comments

Comments
 (0)