Skip to content

Commit

Permalink
fix(release): make release work again, temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
shakefu committed Jul 31, 2023
1 parent 7fbffa2 commit bf72727
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions release/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ runs:
if: inputs.checkout-repo
with:
fetch-depth: 0
# TODO(shakefu): This is a work around while we resolve the compatibility
# issue with cycjimmy's action and SemVer >20
- uses: open-turo/action-setup-tools@v1
# Install open-turo semantic release config
- name: Install dependencies
shell: bash
run: npm install '@open-turo/semantic-release-config@^1.4.0' --no-save
- name: Semantic release
id: release
uses: cycjimmy/semantic-release-action@v3
Expand Down

0 comments on commit bf72727

Please sign in to comment.