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 d301162 commit d03a708Copy full SHA for d03a708
.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