Update publish.yml
This commit is contained in:
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
@@ -68,8 +68,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Create release draft
|
- name: Create release draft
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
env:
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
dist.tar.gz
|
dist.tar.gz
|
||||||
|
|||||||
Reference in New Issue
Block a user