release workflow update

This commit is contained in:
sandeep 2022-01-13 18:47:52 +05:30
parent 57d947f08e
commit 1956dab53b

View File

@ -1,12 +1,13 @@
name: 🎉 Release Binary
on:
create:
push:
tags:
- '*'
workflow_dispatch:
jobs:
release:
runs-on: ubuntu-latest
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
steps:
- uses: actions/checkout@v2