Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
syaiful-aa committed Jun 28, 2024
1 parent 86435ab commit 620d6e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/exp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
with:
script: |
github.rest.git.createTag({
owner: context.repo.owner,
repo: context.repo.repo,
owner: 'syaiful-aa',
repo: 'quick_math',
tag: 'refs/tags/v2.5.0',
message: 'exp',
object: 'b0894005c70be201673dd17f699fa3a5d576241c',
type: commit,
type: 'commit',
tagger: {
name: 'GitHub Action',
email: '[email protected]'
Expand Down

0 comments on commit 620d6e4

Please sign in to comment.