Skip to content

Commit aef7bb2

Browse files
added release workflow
1 parent 34e9267 commit aef7bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-flow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
id: tag_version
2121
uses: vishalrastogi13/tag-update-action-copy@main
2222
env:
23-
GITHUB_TOKEN: ${{ secrets.API_TOKEN_GITHUB }}
23+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2424
custom_tag: ${{ steps.custom-tag.outputs.tag }}
2525

2626
notify:

0 commit comments

Comments
 (0)