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
|
uses: actions/github-script@v4
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const tag = "v" + github.ref.substring(19)
|
const tag = "v" + "${{ github.ref }}".substring(19)
|
||||||
const rel = github.repos.getReleaseByTag({
|
const rel = github.repos.getReleaseByTag({
|
||||||
owner: context.repo.owner,
|
owner: context.repo.owner,
|
||||||
repo: context.repo.repo,
|
repo: context.repo.repo,
|
||||||
@@ -39,7 +39,7 @@ jobs:
|
|||||||
uses: actions/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)
|
||||||
const rel = github.repos.getReleaseByTag({
|
const rel = github.repos.getReleaseByTag({
|
||||||
owner: context.repo.owner,
|
owner: context.repo.owner,
|
||||||
repo: context.repo.repo,
|
repo: context.repo.repo,
|
||||||
|
|||||||
Reference in New Issue
Block a user