Skip to content

Commit

Permalink
Fix deploy workflow for news release commits (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
popematt committed Aug 27, 2024
1 parent 71527bc commit 77fd91c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-news.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
# This is needed so that the deploy workflow will be triggered for news release commits.
# See https://github.com/orgs/community/discussions/26220
persist-credentials: false

- name: Generate News Posts
id: generate_news
Expand Down

0 comments on commit 77fd91c

Please sign in to comment.