Skip to content

Commit e24f578

Browse files
committed
Fix go publishing
1 parent f602238 commit e24f578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Create go/* tag
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: cucumber/action-get-versions@1.0.0
12+
- uses: cucumber/action-get-versions@v1.0.0
1313
id: versions
1414
- name: Create go/* tag
1515
run: |

0 commit comments

Comments
 (0)