GitHub Action to publish wallet

This is placeholder to allow the action to trigger in branches
This commit is contained in:
Mark Sinclair
2021-11-08 11:03:49 +00:00
committed by GitHub
parent 480ad18b2e
commit 6ad5badef4
@@ -0,0 +1,12 @@
name: Publish Tauri Wallet
on:
push:
tags:
- tauri-wallet-*
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Run a one-line script
run: echo Hello, world!