Skip to content

Commit

Permalink
chore(deps): update dependency knope to v0.13.2 (#33)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 11, 2023
1 parent f79a0bf commit 74d0aa3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
git_push_gpgsign: false
- uses: knope-dev/action@v1
with:
version: 0.13.1
version: 0.13.2
- run: knope release --prerelease-label=rc
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
git_push_gpgsign: false
- uses: knope-dev/[email protected]
with:
version: 0.13.1
version: 0.13.2
- run: knope release
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
2 changes: 1 addition & 1 deletion .github/workflows/release_dry_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
token: ${{ secrets.PAT }}
- uses: knope-dev/[email protected]
with:
version: 0.13.1
version: 0.13.2
- run: knope release --dry-run

0 comments on commit 74d0aa3

Please sign in to comment.