Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
alon-dotan-starkware committed Feb 13, 2023
1 parent 007b349 commit 0db7339
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
with:
# tag_name: ${{ github.ref }}
# release_name: ${{ github.ref }}
tag_name: "test"
release_name: "test"
tag_name: "test2"
release_name: "test2"
draft: false
prerelease: false

Expand All @@ -44,4 +44,4 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: target/x86_64-unknown-linux-musl.tar.gz
asset_name: release-x86_64-unknown-linux-musl
asset_content_type: application/tar
asset_content_type: application/gzip

0 comments on commit 0db7339

Please sign in to comment.