Update Github action

This commit is contained in:
Neeraj Gupta 2023-10-23 21:44:28 +05:30
parent 9b5edd1599
commit 31a66af0d6

View file

@ -1,9 +1,11 @@
name: Release
on:
# allow manual run
push:
tags:
- 'v*.*.*' # This will run the workflow when you push a new tag in the format v0.0.0
- 'v*.*.*-beta.*'
jobs:
goreleaser: