exp
This commit is contained in:
4
.github/workflows/publish-release.yml
vendored
4
.github/workflows/publish-release.yml
vendored
@@ -9,7 +9,7 @@ jobs:
|
||||
uses: actions/github-script@v4
|
||||
with:
|
||||
script: |
|
||||
const tag = "v" + github.ref.substring(19)
|
||||
const tag = "v" + "${{ github.ref }}".substring(19)
|
||||
const rel = github.repos.getReleaseByTag({
|
||||
owner: context.repo.owner,
|
||||
repo: context.repo.repo,
|
||||
@@ -39,7 +39,7 @@ jobs:
|
||||
uses: actions/github-script@v4
|
||||
with:
|
||||
script: |
|
||||
const tag = "v" + github.ref.substring(19)
|
||||
const tag = "v" + "${{ github.ref }}".substring(19)
|
||||
const rel = github.repos.getReleaseByTag({
|
||||
owner: context.repo.owner,
|
||||
repo: context.repo.repo,
|
||||
|
||||
Reference in New Issue
Block a user