Skip to content

Commit

Permalink
Linkup 0.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
ostenbom committed Nov 8, 2023
1 parent b06ea88 commit bce4e6d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ github.event.inputs.tag }}
tag_name: ${{ env.RELEASE_VERSION }}
files: |
${{ env.ASSET_PATH }}
${{ env.CHECKSUM_PATH }}
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion linkup-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "linkup-cli"
version = "0.1.14"
version = "0.1.15"
edition = "2021"

[[bin]]
Expand Down

0 comments on commit bce4e6d

Please sign in to comment.