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 6003db9 commit ceb61b7Copy full SHA for ceb61b7
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Get local release
24
id: local
25
run: |
26
- echo ::set-output name=tag::"$(curl -sL "https://api.github.com/repos/${{github.repository}}/releases?per_page=100" | jq -r '[.[] | select(.name | startswith("latest-"))][0].name')"
+ echo ::set-output name=tag::"$(curl -sL "https://api.github.com/repos/${{github.repository}}/releases" | jq -r '[.[] | select(.name | startswith("latest-"))][0].name')"
27
- name: Test
28
id: test
29
@@ -93,4 +93,4 @@ jobs:
93
This release is for identification use of CI script.
94
Please, read README to deploy this package.
95
draft: false
96
- prerelease: true
+ prerelease: false
0 commit comments