fix for release
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Pavel 2023-11-14 00:06:02 +03:00
parent 9c12e535d6
commit b5ee87d869

View File

@ -8,6 +8,12 @@ steps:
commands: commands:
- apk add --no-cache curl grep libidn sipcalc gawk git patch bash python3 - apk add --no-cache curl grep libidn sipcalc gawk git patch bash python3
- bash generate.sh - bash generate.sh
when:
event:
- push
- cron
cron:
- weekly
- name: create release tag - name: create release tag
image: alpine:latest image: alpine:latest
environment: environment:
@ -19,10 +25,6 @@ steps:
when: when:
branch: branch:
- master - master
event:
- cron
cron:
- weekly
- name: release - name: release
image: plugins/gitea-release image: plugins/gitea-release
settings: settings: