Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
Fix workflows for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Venthe committed Mar 31, 2023
1 parent d4d119d commit b6a946b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
- "*"
name: On tag push
jobs:
github-release:
uses: ./.github/workflows/github-release.yml
deploy-to-marketplaces:
needs: github-release
uses: ./.github/workflows/market-deploy.yml
4 changes: 1 addition & 3 deletions .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
on:
- workflow_call
- workflow_dispatch
name: Release to Github
jobs:
Expand All @@ -24,6 +25,3 @@ jobs:
fail_on_unmatched_files: true
files: ${{ steps.data.outputs.ASSET }}
generate_release_notes: true
deploy-to-marketplaces:
needs: github-release
uses: ./.github/workflows/market-deploy.yml
Binary file added fauxpilot-1.1.2.zip
Binary file not shown.

0 comments on commit b6a946b

Please sign in to comment.