Skip to content

Commit f150a68

Browse files
committed
ci: small tweaks to post-release
1 parent 07e40d3 commit f150a68

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/post-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ jobs:
2323
if: ${{ github.event_name != 'workflow_dispatch' }}
2424
steps:
2525
- uses: actions/checkout@v4
26-
with:
27-
fetch-depth: 0
2826
- uses: ./.github/actions/release-commenter
2927
continue-on-error: true
3028
env:
@@ -40,6 +38,7 @@ jobs:
4038
🚀 This is included in version {release_link}
4139
4240
update_templates:
41+
if: false # Still needs some troubleshooting
4342
runs-on: ubuntu-latest
4443
permissions:
4544
contents: write

0 commit comments

Comments
 (0)