diff options
author | Mo Tarbin <mhed.t91@gmail.com> | 2024-07-25 00:31:40 -0400 |
---|---|---|
committer | Mo Tarbin <mhed.t91@gmail.com> | 2024-07-25 00:31:40 -0400 |
commit | b9293c40102ff3e42d2c04939830df04b8aae989 (patch) | |
tree | c0d78cdfbb5f87e521198b33eaafbac1d5fb39ff | |
parent | e598e25bec69395e5398ae2f03f8ebc3e15a8db4 (diff) | |
download | donetick-b9293c40102ff3e42d2c04939830df04b8aae989.tar.gz donetick-b9293c40102ff3e42d2c04939830df04b8aae989.tar.bz2 donetick-b9293c40102ff3e42d2c04939830df04b8aae989.zip |
Update Go Release workflow to include frontend build and copy step
-rw-r--r-- | .github/workflows/go-release.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/go-release.yml b/.github/workflows/go-release.yml index f492814..f7a2ee5 100644 --- a/.github/workflows/go-release.yml +++ b/.github/workflows/go-release.yml @@ -5,8 +5,8 @@ permissions: on: push: - branches: - - dev + tags: + - 'v*' jobs: build: runs-on: ubuntu-latest |