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:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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 }}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user