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
|
- golangci-lint run
|
||||||
|
|
||||||
release:
|
release:
|
||||||
image: debian:bullseye
|
image: python:3.9
|
||||||
stage: release
|
stage: release
|
||||||
script:
|
script:
|
||||||
- python package/release.py
|
- python3 package/release.py
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
|
|
Loading…
Reference in a new issue