Skip to content

Commit

Permalink
For testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kwankyu committed Dec 24, 2024
1 parent 346c437 commit 51e5d6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,13 +133,13 @@ jobs:
https://api.github.com/repos/${{ github.repository }}/releases \
-d '{
"tag_name": "${{ github.ref_name }}",
"previous_tag_name": \"${latest_release_tag}\",
"prerelease": ${{ contains(github.ref, 'beta') || contains(github.ref, 'rc') }},
"generate_release_notes": true
"previous_tag_name": "${latest_release_tag}",
"prerelease": ${{ contains(github.ref, 'beta') || contains(github.ref, 'rc') }}
}'
- name: Create release assets
uses: softprops/action-gh-release@v2
with:
generate_release_notes: true
files: |
dist/*
upstream/*
Expand Down

0 comments on commit 51e5d6d

Please sign in to comment.