Skip to content

Commit

Permalink
draft
Browse files Browse the repository at this point in the history
  • Loading branch information
dskloetd committed Sep 4, 2024
1 parent 5c33ef7 commit 8f022a1
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,11 @@ jobs:
fi
echo "tag_name=${tag_name}" >> "$GITHUB_OUTPUT"
#- name: Release
# uses: "softprops/action-gh-release@v1"
# with:
# files: |
# ./out/xrc.wasm.gz
# tag_name: ${{ steps.tag.outputs.tag_name }}
- name: Release
uses: "softprops/action-gh-release@v1"
with:
files: |
./out/xrc.wasm.gz
./out/xrc_mock.wasm.gz
tag_name: ${{ steps.tag.outputs.tag_name }}
draft: true

0 comments on commit 8f022a1

Please sign in to comment.