Skip to content

Commit

Permalink
fix: update to release
Browse files Browse the repository at this point in the history
  • Loading branch information
dgschwindturo committed Jun 17, 2022
1 parent ab6c095 commit 9d9f009
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ outputs:
value: ${{ steps.release.outputs.new_release_version }}
new-release-major-version:
description: Major version of the new release
value: ${{ steps.release.outputs.release-major }}
value: ${{ steps.release.outputs.new_release_major_version }}
runs:
using: composite
steps:
Expand All @@ -34,7 +34,7 @@ runs:
with:
fetch-depth: 0
- name: Release
uses: cycjimmy/semantic-release-action@v2
uses: cycjimmy/semantic-release-action@v3
with:
dry_run: ${{ inputs.dry-run }}
extra_plugins: ${{ inputs.extra-plugins }}
Expand Down

0 comments on commit 9d9f009

Please sign in to comment.