Skip to content

Commit 953193f

Browse files
committed
Update relesae action
1 parent 373951a commit 953193f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/Publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515

1616
- name: Create Release
1717
id: create_release
18-
uses: actions/create-release@v1
18+
uses: "marvinpinto/action-automatic-releases@latest"
1919
env:
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2121
with:
22-
tag_name: ${{ github.ref }}
23-
release_name: Release ${{ github.ref }}
24-
draft: false
22+
automatic_release_tag: "${{ github.ref }}"
23+
repo_token: "${{ secrets.GITHUB_TOKEN }}"
2524
prerelease: false
25+
title: "Release ${{ github.ref }}"

0 commit comments

Comments
 (0)