exp
This commit is contained in:
2
.github/workflows/publish-release.yml
vendored
2
.github/workflows/publish-release.yml
vendored
@@ -36,7 +36,7 @@ jobs:
|
|||||||
git push :${{ github.ref }}
|
git push :${{ github.ref }}
|
||||||
|
|
||||||
- name: Publish the release
|
- name: Publish the release
|
||||||
uses: action/github-script@v4
|
uses: actions/github-script@v4
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const tag = "v" + github.ref.substring(19)
|
const tag = "v" + github.ref.substring(19)
|
||||||
|
|||||||
Reference in New Issue
Block a user