Skip to content

Commit

Permalink
release v0.7.0-alpha.12
Browse files Browse the repository at this point in the history
  • Loading branch information
reynoldsalec committed Sep 30, 2022
1 parent b71b39f commit 7ab2b5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
- name: Make Compressed Versions
shell: bash
run: |
tar -czvf releases/${{ matrix.compressed }} -C releases .
tar -czvf releases/${{ matrix.compressed }} -C releases ${{ matrix.result }}
ls -lsa releases
- name: Upload releases to GitHub Releases
uses: softprops/action-gh-release@v1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lando/hyperdrive",
"description": "A library and cli for Lando dependency and package management.",
"version": "0.7.0-alpha.11",
"version": "0.7.0-alpha.12",
"author": "Mike Pirog @pirog",
"license": "GPL-3.0",
"repository": "lando/hyperdrive",
Expand Down

0 comments on commit 7ab2b5a

Please sign in to comment.