Skip to content

Commit

Permalink
Fix wp syntax in workflow file (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-s authored Apr 18, 2024
1 parent 092e60e commit 69e0901
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .woodpecker/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ steps:

release-chart:
image: quay.io/helmpack/chart-releaser:v1.6.1
secrets:
- source: github_token
target: CR_TOKEN
environment:
CR_TOKEN:
from_secret: github_token
commands:
- git config --global user.email "[email protected]"
- git config --global user.name "woodpecker-bot"
Expand Down Expand Up @@ -44,6 +44,6 @@ steps:
commit: true
ssh_key:
from_secret: BOT_PRIVATE_KEY
commit_message: "[skip ci] Update README.md"
commit_message: '[skip ci] Update README.md'
when:
- event: tag

0 comments on commit 69e0901

Please sign in to comment.