Skip to content

Commit

Permalink
Set branch for release in scheduled_update publish job
Browse files Browse the repository at this point in the history
It turns out GH Actions doesn't want to replace ${{ github.sha }} in uses.
  • Loading branch information
tsmock committed Aug 21, 2024
1 parent 716dd11 commit 9a38727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scheduled_update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
publish:
needs: tag
if: needs.tag.outputs.release_needed
uses: .github/workflows/release.yaml@${{ github.sha }}
uses: .github/workflows/release.yaml@master
secrets: inherit
permissions:
attestations: write
Expand Down

0 comments on commit 9a38727

Please sign in to comment.