Skip to content

Commit

Permalink
debug release
Browse files Browse the repository at this point in the history
  • Loading branch information
juliankolbe committed Sep 17, 2024
1 parent 81453da commit 76917e0
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,14 @@ jobs:
with:
tag_name: v${{ github.sha }} # Tag the release with the commit SHA
release_name: Release v${{ github.sha }}
draft: false # Set to true if you want to review the release before publishing
prerelease: true # Set to false for stable releases
draft: false
prerelease: true

- name: Debug upload_url
run: 'echo "Upload URL: ${{ steps.create_release.outputs.upload_url }}"'

- name: List directory contents
run: ls -alh

- name: Upload release artifact
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 76917e0

Please sign in to comment.