From 2d247bf82b77eb2db1b7895ca36cbb743ab745e8 Mon Sep 17 00:00:00 2001 From: syaiful-aa Date: Fri, 28 Jun 2024 17:02:03 +0700 Subject: [PATCH] up --- .github/workflows/exp.yml | 48 +++++++++++++++++++-------------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/.github/workflows/exp.yml b/.github/workflows/exp.yml index 7dc9d04..e62e3be 100644 --- a/.github/workflows/exp.yml +++ b/.github/workflows/exp.yml @@ -8,30 +8,30 @@ jobs: steps: - uses: actions/checkout@v3 - # - name: Create tag - # uses: actions/github-script@v6 - # with: - # script: | - # github.rest.git.createTag({ - # owner: 'syaiful-aa', - # repo: 'quick_math', - # tag: 'v2.5.0', - # message: 'exp', - # object: 'b0894005c70be201673dd17f699fa3a5d576241c', - # type: 'commit', - # tagger: { - # name: 'GitHub Action', - # email: 'action@github.com' - # } - # }) - - - name: Create Tag + - name: Create tag uses: actions/github-script@v6 with: script: | - github.rest.git.createRef({ - owner: context.repo.owner, - repo: context.repo.repo, - ref: 'refs/tags/v2.5.0', - sha: context.sha - }) \ No newline at end of file + github.rest.git.createTag({ + owner: 'syaiful-aa', + repo: 'quick_math', + tag: 'v2.5.0', + message: 'exp', + object: context.sha, + type: 'commit', + tagger: { + name: 'GitHub Action', + email: 'action@github.com' + } + }) + + # - name: Create Tag + # uses: actions/github-script@v6 + # with: + # script: | + # github.rest.git.createRef({ + # owner: context.repo.owner, + # repo: context.repo.repo, + # ref: 'refs/tags/v2.5.0', + # sha: context.sha + # }) \ No newline at end of file