Skip to content

Commit

Permalink
ci: small tweaks to post-release
Browse files Browse the repository at this point in the history
  • Loading branch information
denolfe committed Nov 29, 2024
1 parent 07e40d3 commit f150a68
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/post-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
if: ${{ github.event_name != 'workflow_dispatch' }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: ./.github/actions/release-commenter
continue-on-error: true
env:
Expand All @@ -40,6 +38,7 @@ jobs:
🚀 This is included in version {release_link}
update_templates:
if: false # Still needs some troubleshooting
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down

0 comments on commit f150a68

Please sign in to comment.