Skip to content

Commit 7a56fa7

Browse files
Marc SerratMarc Serrat
authored andcommitted
Fix release, second try
1 parent 82341f5 commit 7a56fa7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/publish.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,16 @@ jobs:
162162
result-encoding: string
163163
script: |
164164
return context.payload.ref.replace(/refs\/tags\//, '')
165+
- name: Create release
166+
uses: actions/create-release@v1
167+
id: create_release
168+
env:
169+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
170+
with:
171+
tag_name: ${{ steps.tag.outputs.result }}
172+
release_name: Release ${{ steps.tag.outputs.result }}
173+
draft: false
174+
prerelease: false
165175
- name: Download linux artifact
166176
uses: actions/download-artifact@v2
167177
with:

0 commit comments

Comments
 (0)