Skip to content

Commit 88a61d1

Browse files
authored
More updates (#5)
1 parent 93aadf8 commit 88a61d1

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/docker.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: docker
33
on:
44
push:
55
branches: ['master']
6+
tags: ['v**']
67
pull_request:
78
branches: ['master']
89
# Allows you to run this workflow manually from the Actions tab

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939
go build -o ${EXEC_NAME} -v
4040
4141
- name: Upload to release
42-
uses: svenstaro/upload-release-action@2
42+
uses: svenstaro/upload-release-action@2.7.0
4343
with:
4444
file: '${EXEC_NAME}'

0 commit comments

Comments
 (0)