rename primary branch (#67)

Reviewed-on: https://gitea.com/gitea/changelog/pulls/67
This commit is contained in:
techknowlogick 2022-08-22 23:53:51 +08:00
parent e8f6cebd8b
commit 37ed264d72
1 changed files with 3 additions and 3 deletions

View File

@ -54,7 +54,7 @@ platform:
trigger:
branch:
- master
- main
event:
- push
- tag
@ -75,7 +75,7 @@ steps:
- export PATH=$PATH:$GOPATH/bin
- make release
- name: bucket-master
- name: bucket-main
pull: always
image: woodpeckerci/plugin-s3:latest
settings:
@ -84,7 +84,7 @@ steps:
endpoint: https://ams3.digitaloceanspaces.com
source: "dist/release/*"
strip_prefix: dist/release/
target: /changelog-tool/master
target: /changelog-tool/main
environment:
AWS_ACCESS_KEY_ID:
from_secret: aws_access_key_id