Skip to content

Commit e0f59f4

Browse files
committed
ci: fix release workflow for public repo
1 parent ee17e7b commit e0f59f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: go test -v ./internal/tests/...
2121

2222
- name: Create Release
23-
uses: softprops/action-gh-release@v1
23+
uses: softprops/action-gh-release@v2
2424
with:
2525
generate_release_notes: true
2626
name: Release ${{ github.ref_name }}

0 commit comments

Comments
 (0)