There was an error while loading. Please reload this page.
1 parent 93aadf8 commit 88a61d1Copy full SHA for 88a61d1
2 files changed
.github/workflows/docker.yaml
@@ -3,6 +3,7 @@ name: docker
3
on:
4
push:
5
branches: ['master']
6
+ tags: ['v**']
7
pull_request:
8
9
# Allows you to run this workflow manually from the Actions tab
.github/workflows/release.yml
@@ -39,6 +39,6 @@ jobs:
39
go build -o ${EXEC_NAME} -v
40
41
- name: Upload to release
42
- uses: svenstaro/upload-release-action@2
+ uses: svenstaro/upload-release-action@2.7.0
43
with:
44
file: '${EXEC_NAME}'
0 commit comments