Skip to content

Commit

Permalink
🐛 fix release action workflow (#97)
Browse files Browse the repository at this point in the history
Signed-off-by: Dylan Murray <[email protected]>
  • Loading branch information
dymurray authored Nov 19, 2024
1 parent f7bc02e commit 47cb527
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion create-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ runs:
echo "xy_version=${XY_VERSION}" >> $GITHUB_OUTPUT
id: check_tag

- name: Checkout code
uses: actions/checkout@v4

- name: Generate Changelog
uses: ./.github/workflows/generate-changelog.yml
with:
Expand All @@ -79,4 +82,4 @@ runs:
draft: false
prerelease: ${{ inputs.is_prerelease }}
skipIfReleaseExists: true
token: ${{ inputs.github_token }}
token: ${{ inputs.github_token }}

0 comments on commit 47cb527

Please sign in to comment.