chore: test release
This commit is contained in:
4
.github/workflows/push.yaml
vendored
4
.github/workflows/push.yaml
vendored
@@ -4,6 +4,8 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- "*"
|
||||
tags:
|
||||
- "*"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
@@ -54,4 +56,4 @@ jobs:
|
||||
uses: softprops/action-gh-release@v2
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
files: ${{steps.sign.outputs.signedReleaseFile}}
|
||||
files: ${{steps.sign.outputs.signedReleaseFile}}
|
||||
|
||||
Reference in New Issue
Block a user