exp
This commit is contained in:
parent
56827f467a
commit
11e6e12f60
4
.github/workflows/publish-release.yml
vendored
4
.github/workflows/publish-release.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: Publish a release
|
name: Publish Release
|
||||||
on: workflow_dispatch
|
on: workflow_dispatch
|
||||||
jobs:
|
jobs:
|
||||||
job:
|
job:
|
||||||
|
@ -36,7 +36,7 @@ jobs:
|
||||||
git push :${{ github.ref }}
|
git push :${{ github.ref }}
|
||||||
|
|
||||||
- name: Publish the release
|
- name: Publish the release
|
||||||
uses: github-script@v4
|
uses: action/github-script@v4
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const tag = "v" + github.ref.substring(19)
|
const tag = "v" + github.ref.substring(19)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user