We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6822a19 + f7eb242 commit 4175d9eCopy full SHA for 4175d9e
.github/workflows/release.yaml
@@ -13,7 +13,7 @@ jobs:
13
permissions:
14
contents: write
15
steps:
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
17
- run: git tag $VERSION
18
- run: git push origin :$VERSION
19
- run: git push --tag
action.yaml
@@ -75,7 +75,7 @@ runs:
75
INPUT_PATH: ${{ inputs.path }}
76
REPO: ${{ inputs.repo }}
77
78
79
if: steps.find-ref.outputs.skip == 'false'
80
with:
81
repository: ${{ inputs.repo }}
0 commit comments