Skip to content

Commit

Permalink
upp
Browse files Browse the repository at this point in the history
  • Loading branch information
syaiful-aa committed Jun 28, 2024
1 parent 2a3128a commit c26b8d5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/exp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/syaiful-aa/quick_math/git/tags \
-d '{
-d @- << 'EOF'
{
"tag":"v2.5.1",
"message":"initial version",
"object":"b0894005c70be201673dd17f699fa3a5d576241c",
Expand All @@ -54,4 +55,5 @@ jobs:
"name": "GitHub Action",
"email": "[email protected]",
}
}''
}
EOF

0 comments on commit c26b8d5

Please sign in to comment.