Skip to content

Commit

Permalink
Fix publish syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpromislow committed Jun 11, 2024
1 parent 4f2a778 commit 98b3e77
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ env:

jobs:
ci:
uses: rancher/webhook/.github/workflows/ci.yaml@${{github.base_ref}}
uses: rancher/webhook/.github/workflows/ci.yaml@release/v0.5
# Putting this after the '@' failed ( ${{github.base_ref}} )
# failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
permissions:
contents: read
push:
Expand Down

0 comments on commit 98b3e77

Please sign in to comment.