Skip to content

Commit 790c36c

Browse files
authored
Fix: add id to tagging (#23)
Signed-off-by: Dan Webb <[email protected]>
1 parent 30d702a commit 790c36c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@main
1111
- name: Bump version and push tag
12+
id: tag_version
1213
uses: mathieudutour/[email protected]
1314
with:
1415
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)