Skip to content

Commit

Permalink
fix: test version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Realiserad committed Jan 1, 2025
1 parent ba06f91 commit b11e26e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bump-version.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Bump version
on:
pull_request:
pull_request_target:
jobs:
bump-version:
runs-on: ubuntu-latest
Expand All @@ -11,9 +10,10 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.head_ref }}
- uses: fish-shop/install-fish-shell@v1
- name: Bump version
run: fish ops/bump-version.fish || true
- uses: actions4git/add-commit-push@v1
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit-message: "chore: bump version"
commit_message: "chore: bump version"
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "fish_ai"
# This should be bumped!
version = "1.0.0"
authors = [{ name = "Bastian Fredriksson", email = "realiserad@gmail.com" }]
description = "Provides core functionality for fish-ai, an AI plugin for the fish shell."
Expand Down

0 comments on commit b11e26e

Please sign in to comment.