Skip to content

Commit

Permalink
Update bump-versions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw authored Feb 13, 2024
1 parent 3abfc57 commit fa0bc5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bump-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Bump versions
on:
workflow_dispatch:
schedule:
- cron: "0 6 * * *"
- cron: 0 6 * * *

jobs:
bump:
Expand Down Expand Up @@ -31,6 +31,6 @@ jobs:
delete-branch: true
commit-message: Bump ${{ matrix.tool }} version to ${{ steps.bump.outputs.new-version }}
branch: bump-${{ matrix.tool }}-${{ steps.bump.outputs.new-version }}
labels: dependencies,breaking
labels: dependencies,enhancement
body: |
- [ ] Update version in [project.toml](https://github.com/prefix-dev/rattler-build-action/blob/bump-${{ matrix.tool }}-${{ steps.bump.outputs.new-version }}/project.toml)

0 comments on commit fa0bc5b

Please sign in to comment.