Skip to content

Commit

Permalink
chore(gh-actions): never release as prelease
Browse files Browse the repository at this point in the history
  • Loading branch information
seia-soto committed Feb 16, 2023
1 parent 6003db9 commit ceb61b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Get local release
id: local
run: |
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')"
- name: Test
id: test
run: |
Expand Down Expand Up @@ -93,4 +93,4 @@ jobs:
This release is for identification use of CI script.
Please, read README to deploy this package.
draft: false
prerelease: true
prerelease: false

0 comments on commit ceb61b7

Please sign in to comment.