Skip to content

Commit 47cb527

Browse files
authored
🐛 fix release action workflow (#97)
Signed-off-by: Dylan Murray <dymurray@redhat.com>
1 parent f7bc02e commit 47cb527

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

create-release/action.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ runs:
5353
echo "xy_version=${XY_VERSION}" >> $GITHUB_OUTPUT
5454
id: check_tag
5555

56+
- name: Checkout code
57+
uses: actions/checkout@v4
58+
5659
- name: Generate Changelog
5760
uses: ./.github/workflows/generate-changelog.yml
5861
with:
@@ -79,4 +82,4 @@ runs:
7982
draft: false
8083
prerelease: ${{ inputs.is_prerelease }}
8184
skipIfReleaseExists: true
82-
token: ${{ inputs.github_token }}
85+
token: ${{ inputs.github_token }}

0 commit comments

Comments
 (0)