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 name: 🎉 Release Binary
on: on:
create: push:
tags:
- '*'
workflow_dispatch: workflow_dispatch:
jobs: jobs:
release: release:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2