Skip to content

Commit 7be83af

Browse files
committed
fix: release step (again)
1 parent 09a4e0e commit 7be83af

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ jobs:
2323
outputs:
2424
upload_url: ${{ steps.release.outputs.upload_url }}
2525
steps:
26+
- name: Checkout repository
27+
uses: actions/checkout@v2
28+
with:
29+
ref: ${{ needs.check.outputs.commit }}
2630
- name: Parse Changelog # Exits if changelog not found
2731
id: changelog
2832
env:

0 commit comments

Comments
 (0)