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.
1 parent bc91133 commit 3bf57d4Copy full SHA for 3bf57d4
.github/workflows/publish.yaml
@@ -16,7 +16,7 @@ jobs:
16
if: github.event_name == 'push' || (github.event.pull_request.merged == true && startsWith(github.event.pull_request.title, 'Release v'))
17
steps:
18
- name: Checkout code
19
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
20
21
- name: Extract version from tag
22
if: github.event_name == 'push'
0 commit comments