Skip to content

Commit

Permalink
Fix repo in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tibetsprague committed Sep 4, 2024
1 parent f974d4c commit 220493e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-tauri-app.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "release-tauri-app"
on:
push:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
- 'v[0-9]+.[0-9]+.[0-9]+-[a-z]+.[0-9]+'
Expand Down Expand Up @@ -122,8 +122,8 @@ jobs:
uses: KevinRohn/github-full-release-data@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
repository: "holochain-apps/volla-chat"
with:
repository: "holochain-apps/relay"
token: ${{ secrets.GITHUB_TOKEN }}
version: v${{ needs.publish-happ.outputs.appVersion }}
asset-file: '*.happ'
Expand Down

0 comments on commit 220493e

Please sign in to comment.