Skip to content

Commit

Permalink
fix(release): use correct output from semantic-release
Browse files Browse the repository at this point in the history
Fixes #15
  • Loading branch information
tagoro9 committed Mar 27, 2024
1 parent d5bad6b commit 8710956
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
extra-plugins: |
@open-turo/semantic-release-config
- name: Major branch
if: steps.release.outputs.new_release_published == 'true'
if: steps.release.outputs.new-release-published == 'true'
uses: open-turo/action-major-release@v1
with:
major-version: ${{ steps.release.outputs.new_release_major_version }}
major-version: ${{ steps.release.outputs.new-release-major-version }}

0 comments on commit 8710956

Please sign in to comment.