Skip to content

Commit 9f36e0c

Browse files
authored
Merge pull request #71 from fullstack-devops/bugfix/workflow-release-sha
add merge-sha to release creation
2 parents bf02b49 + eef8e88 commit 9f36e0c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/Release.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ jobs:
2727

2828
- name: collect infos and create release
2929
run: |
30-
awesome-ci pr info
31-
awesome-ci release create
30+
awesome-ci release create -merge-sha ${{ github.sha }}
3231
env:
3332
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3433

0 commit comments

Comments
 (0)