Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
zippy committed Jun 14, 2024
1 parent 9abdcfa commit 96bfb85
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release-tauri-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,6 @@ jobs:
run: |
npm install
- name: Retrieve version
run: |
echo "APP_VERSION=$(cat src-tauri/tauri.conf.json | grep -oP '(?<="version": ")[^"]*')"
id: version-also

- name: Print version
run: |
echo "The Version was: ${{ needs.publish-happ.outputs.appVersion }}"
Expand All @@ -130,7 +125,7 @@ jobs:
with:
repository: "holochain-apps/volla-chat"
token: ${{ secrets.GITHUB_TOKEN }}
version: v${{ steps.version-also.outputs.APP_VERSION }}
version: v${{ needs.publish-happ.outputs.appVersion }}
asset-file: '*.happ'
asset-output: 'workdir/'

Expand Down

0 comments on commit 96bfb85

Please sign in to comment.