Skip to content

Commit

Permalink
fix(tooling-general): Fix Apps Wallet prod build workflow (#4265)
Browse files Browse the repository at this point in the history
* fix: Use correct name of gh action to make gh releases

* chore: add workflow_dispatch
  • Loading branch information
marc2332 authored Nov 27, 2024
1 parent 82e585b commit c0ed32d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/apps_wallet_prod_build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build Wallet App (Prod)

on:
workflow_dispatch:
push:
tags:
- "wallet-v[0-9]+.[0-9]+.[0-9]+"
Expand Down Expand Up @@ -70,7 +71,7 @@ jobs:
run: echo "::set-output name=version::${GITHUB_REF#refs/tags/wallet-v}"

- name: Create GitHub Release
uses: elgohr/create-release@c5ea99036abb741a89f8bf1f2cd7fba845e3313a # pin@v5
uses: elgohr/Github-Release-Action@c5ea99036abb741a89f8bf1f2cd7fba845e3313a # pin@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit c0ed32d

Please sign in to comment.