Skip to content

Commit

Permalink
fix: lock the semantic release toolchain to specific known working ve…
Browse files Browse the repository at this point in the history
…rsions (#342)

Signed-off-by: Nathan Klick <[email protected]>
  • Loading branch information
nathanklick authored Sep 14, 2023
1 parent 0c16855 commit 5eb8600
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/flow-deploy-release-artifact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ jobs:

- name: Install Semantic Release
run: |
npm install -g semantic-release @semantic-release/git @semantic-release/exec gradle-semantic-release-plugin
npm install -g conventional-changelog-conventionalcommits @commitlint/cli @commitlint/config-conventional
npm install -g marked-mangle marked-gfm-heading-id
npm install -g semantic-release@21.0.7 @semantic-release/git@10.0.1 @semantic-release/exec@6.0.3 gradle-semantic-release-plugin@1.7.6
npm install -g conventional-changelog-conventionalcommits@6.1.0 @commitlint/cli@17.6.6 @commitlint/config-conventional@17.6.6
npm install -g marked-mangle@1.0.1 marked-gfm-heading-id@3.0.4 [email protected]
- name: Calculate Next Version
env:
Expand Down Expand Up @@ -212,9 +212,9 @@ jobs:

- name: Install Semantic Release
run: |
npm install -g semantic-release @semantic-release/git @semantic-release/exec gradle-semantic-release-plugin
npm install -g conventional-changelog-conventionalcommits @commitlint/cli @commitlint/config-conventional
npm install -g marked-mangle marked-gfm-heading-id
npm install -g semantic-release@21.0.7 @semantic-release/git@10.0.1 @semantic-release/exec@6.0.3 gradle-semantic-release-plugin@1.7.6
npm install -g conventional-changelog-conventionalcommits@6.1.0 @commitlint/cli@17.6.6 @commitlint/config-conventional@17.6.6
npm install -g marked-mangle@1.0.1 marked-gfm-heading-id@3.0.4 [email protected]
- name: Publish Semantic Release
env:
Expand Down

0 comments on commit 5eb8600

Please sign in to comment.