Skip to content

Commit 15e5445

Browse files
authored
Fix the step name (#74)
1 parent 0099843 commit 15e5445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-go-functions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
cd functions/go
4141
./publish-functions.sh
4242
env:
43-
TAG: ${{ steps.branch_name.outputs.TAG_NAME }}
43+
TAG: ${{ steps.get_version.outputs.TAG_NAME }}

0 commit comments

Comments
 (0)