mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-04 23:56:30 +00:00
Merge branch 'origin/main' into 'next-release/main'
This commit is contained in:
commit
3b1f735b04
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ repos:
|
||||||
- id: end-of-file-fixer
|
- id: end-of-file-fixer
|
||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
- repo: https://github.com/golangci/golangci-lint
|
- repo: https://github.com/golangci/golangci-lint
|
||||||
rev: v1.62.0
|
rev: v1.62.2
|
||||||
hooks:
|
hooks:
|
||||||
- id: golangci-lint
|
- id: golangci-lint
|
||||||
- repo: https://github.com/igorshubovych/markdownlint-cli
|
- repo: https://github.com/igorshubovych/markdownlint-cli
|
||||||
|
|
|
@ -99,7 +99,7 @@ steps:
|
||||||
release:
|
release:
|
||||||
depends_on:
|
depends_on:
|
||||||
- checksums
|
- checksums
|
||||||
image: woodpeckerci/plugin-release:0.2.1
|
image: woodpeckerci/plugin-release:0.2.2
|
||||||
settings:
|
settings:
|
||||||
api_key:
|
api_key:
|
||||||
from_secret: github_token
|
from_secret: github_token
|
||||||
|
|
Loading…
Reference in a new issue