Skip to content

Commit

Permalink
Update github_master.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Erdem Demir <[email protected]>
  • Loading branch information
erdemdmr authored Jan 29, 2024
1 parent 8d8db3d commit 3569de3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/github_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,7 @@ jobs:
result=$( curl -# -XPOST -H "Authorization: token ${{secrets.TOKEN_GITHUB}}" -H "Content-Type: application/json" -H "Accept:application/json" --data-binary '{"tag_name": "v${{env.NEW_RELEASE}}","target_commitish": "master","name": "iyzipay-node ${{env.NEW_RELEASE}}","body": "version ${{env.NEW_RELEASE}}","draft": false,"prerelease": false}' https://api.github.com/repos/iyzico/iyzipay-node/releases )
echo $result
echo "GitHub release ${{env.NEW_RELEASE}} created!"
- name: NPM Version
run: npm version

0 comments on commit 3569de3

Please sign in to comment.