Skip to content

Commit

Permalink
ci: automatically bump version in pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
Realiserad committed Jan 1, 2025
1 parent 48e8ee7 commit ba06f91
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/bump-version.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Bump version
on:
pull_request:
pull_request_target:
jobs:
bump-version:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: fish-shop/install-fish-shell@v1
- name: Bump version
run: fish ops/bump-version.fish || true
- uses: actions4git/add-commit-push@v1
with:
commit-message: "chore: bump version"

0 comments on commit ba06f91

Please sign in to comment.