1
0
mirror of https://github.com/IBM/fp-go.git synced 2025-08-10 22:31:32 +02:00

build: Make sure semantic release is installed

Signed-off-by: Oliver Rau <oliver.rau@de.ibm.com>
This commit is contained in:
Oliver Rau
2023-07-18 16:10:05 +02:00
parent 302a57820b
commit 058026302b

View File

@@ -79,7 +79,7 @@ jobs:
- name: Semantic Release - name: Semantic Release
run: | run: |
npx -p conventional-changelog-conventionalcommits semantic-release --dry-run ${{env.DRY_RUN}} npx -p conventional-changelog-conventionalcommits -p semantic-release semantic-release --dry-run ${{env.DRY_RUN}}
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}