Skip to content

Commit

Permalink
Merge pull request #8 from lifeomic/all-global-semantic
Browse files Browse the repository at this point in the history
fix: all global semantic to see if that helps it find the dependency
  • Loading branch information
keeslinp authored Jan 6, 2022
2 parents 7c1cdd1 + 4c54292 commit 01cd7ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
name: Unshallow
run: git fetch --prune --unshallow
- name: Install semantic-release Dependency
run: npm install -g conventional-changelog-conventionalcommits
run: npm install -g semantic-release conventional-changelog-conventionalcommits
-
name: Tag Release
run: npx semantic-release
run: semantic-release
-
name: Set up Go
uses: actions/setup-go@v2
Expand Down

0 comments on commit 01cd7ac

Please sign in to comment.