mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-16 15:10:12 +01:00
attach workspace when publishing
This commit is contained in:
parent
d2b2810f52
commit
4d3be50ae3
1 changed files with 2 additions and 0 deletions
|
|
@ -54,6 +54,8 @@ jobs:
|
||||||
publishing:
|
publishing:
|
||||||
executor: go
|
executor: go
|
||||||
steps:
|
steps:
|
||||||
|
- attach_workspace:
|
||||||
|
at: .
|
||||||
- run:
|
- run:
|
||||||
name: Install Goreleaser
|
name: Install Goreleaser
|
||||||
command: |
|
command: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue