Fix release pipeline

This commit is contained in:
s3lph 2022-10-14 02:46:03 +02:00
parent 35ac45b536
commit a3cc481af4

View file

@ -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