Skip to content

Commit

Permalink
Update release-master.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brlumen authored Jan 10, 2025
1 parent f9ed2b2 commit f0094b3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
asset_content_type: application/zip

# 6. Moving the release from preliminary to final
- name: Finalize Release
run: |
curl -X PATCH \
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
-H "Accept: application/vnd.github+json" \
https://api.github.com/repos/${{ github.repository }}/releases/${{ github.event.release.id }} \
-d '{"prerelease": false}'
# - name: Finalize Release
# run: |
# curl -X PATCH \
# -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
# -H "Accept: application/vnd.github+json" \
# https://api.github.com/repos/${{ github.repository }}/releases/${{ github.event.release.id }} \
# -d '{"prerelease": false}'

0 comments on commit f0094b3

Please sign in to comment.