diff --git a/.github/workflows/bump-version.yaml b/.github/workflows/bump-version.yaml index 6e29f7e..53839b9 100644 --- a/.github/workflows/bump-version.yaml +++ b/.github/workflows/bump-version.yaml @@ -1,7 +1,6 @@ name: Bump version on: pull_request: - pull_request_target: jobs: bump-version: runs-on: ubuntu-latest @@ -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" diff --git a/pyproject.toml b/pyproject.toml index 3016284..7871d05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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."