Skip to content

Commit 6338dd4

Browse files
committed
Automaticly create release for tagged version
1 parent 9290589 commit 6338dd4

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,3 +235,12 @@ jobs:
235235
github_token: ${{ secrets.GITHUB_TOKEN }}
236236
branch: ${{ github.ref }}
237237
tags: true
238+
239+
- name: Rename artifact
240+
run: mv builds/chief builds/chief.phar
241+
- name: Create release
242+
uses: ncipollo/release-action@v1
243+
with:
244+
generateReleaseNotes: true
245+
artifacts: "builds/chief.phar"
246+
tag: "${{ steps.previous_tag.outputs.next_version }}"

0 commit comments

Comments
 (0)