Skip to content

Commit b056ac6

Browse files
Use our own release action
1 parent d9c2f57 commit b056ac6

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/publish-new-release.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,15 @@ jobs:
3030
echo "::set-env name=RELEASE_VERSION::$VERSION"
3131
3232
- name: Create Release
33-
uses: fleskesvor/create-release@feature/support-target-commitish
33+
uses: thomaseizinger/create-release@1.0.0
3434
env:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3636
with:
37-
commitish: ${{ github.event.pull_request.merge_commit_sha }}
37+
target_commitish: ${{ github.event.pull_request.merge_commit_sha }}
3838
tag_name: ${{ env.RELEASE_VERSION }}
39-
release_name: ${{ env.RELEASE_VERSION }}
39+
name: ${{ env.RELEASE_VERSION }}
40+
draft: false
41+
prerelease: false
4042

4143
- name: Merge release into dev branch
4244
uses: thomaseizinger/create-pull-request@1.0.0

0 commit comments

Comments
 (0)