Skip to content

Commit

Permalink
Add required prefix for reusable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmock committed Aug 21, 2024
1 parent 9a38727 commit 7911ca9
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@master
uses: ./.github/workflows/release.yaml@master
secrets: inherit
permissions:
attestations: write
Expand Down

0 comments on commit 7911ca9

Please sign in to comment.