Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bambamboole committed Dec 24, 2022
1 parent 7cd7ced commit 3a6957a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ jobs:
echo "${delimiter}" >> "${GITHUB_OUTPUT}"
- name: debug
run: echo "${{ steps.files.outputs.x_binaries }}"
# - name: create release
# uses: softprops/action-gh-release@v1
# with:
# generate_release_notes: true
# tag_name: ${{ inputs.tag }}
# files: |
# ${{ steps.files.outputs.x_binaries }}
- name: create release
uses: softprops/action-gh-release@v1
with:
generate_release_notes: true
tag_name: ${{ inputs.tag }}
files: |
${{ steps.files.outputs.x_binaries }}

0 comments on commit 3a6957a

Please sign in to comment.