mirror of
https://github.com/K3vinb5/Unyo.git
synced 2026-06-13 13:49:43 +00:00
(fix) Fix in the new pipeline
This commit is contained in:
4
.github/workflows/deploy_commit.yml
vendored
4
.github/workflows/deploy_commit.yml
vendored
@@ -23,13 +23,13 @@ jobs:
|
||||
with:
|
||||
script: |
|
||||
const tagName = `v${{ github.event.inputs.version }}`;
|
||||
const { data: tag } = await github.git.createRef({
|
||||
const { data: tag } = await github.rest.git.createRef({
|
||||
owner: context.repo.owner,
|
||||
repo: context.repo.repo,
|
||||
ref: `refs/tags/${tagName}`,
|
||||
sha: context.sha,
|
||||
});
|
||||
return tag;
|
||||
return tag;;
|
||||
|
||||
build-and-release-linux:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user