Fix release pipeline
This commit is contained in:
parent
35ac45b536
commit
a3cc481af4
1 changed files with 2 additions and 2 deletions
|
@ -24,9 +24,9 @@ golangci-lint:
|
|||
- golangci-lint run
|
||||
|
||||
release:
|
||||
image: debian:bullseye
|
||||
image: python:3.9
|
||||
stage: release
|
||||
script:
|
||||
- python package/release.py
|
||||
- python3 package/release.py
|
||||
only:
|
||||
- tags
|
||||
|
|
Loading…
Reference in a new issue