Skip to content

Commit 7256f06

Browse files
committed
feat: disable action gh-release, as it's replaced by release-please
1 parent bcfdbd9 commit 7256f06

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/publish.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,10 @@ jobs:
6363
# with:
6464
# file_pattern: 'dist/*.yaml'
6565

66-
# pushing a tag will trigger this
67-
- name: Release
68-
uses: softprops/action-gh-release@v2
69-
if: startsWith(github.ref, 'refs/tags/')
70-
with:
71-
generate_release_notes: true
66+
# release-please will take care of tagging
67+
# # pushing a tag will trigger this
68+
# - name: Release
69+
# uses: softprops/action-gh-release@v2
70+
# if: startsWith(github.ref, 'refs/tags/')
71+
# with:
72+
# generate_release_notes: true

0 commit comments

Comments
 (0)