Skip to content

Commit

Permalink
Exit dry run mode (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarhane authored May 3, 2024
1 parent a6ec10a commit 78318e6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/patch-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
- name: Print varaibles
run: |
echo Version: ${{ steps.get-version.outputs.version }}
# - uses: EndBug/add-and-commit@v9
# with:
# author_name: "Neo4j-GenAI GitHub Action"
# author_email: "[email protected]"
# message: "Bump version to ${{ steps.get-version.outputs.version }}}"
# add: "pyproject.toml"
# tag: "${{ steps.get-version.outputs.version }}"
- uses: EndBug/add-and-commit@v9
with:
author_name: "Neo4j-GenAI GitHub Action"
author_email: "[email protected]"
message: "Bump version to ${{ steps.get-version.outputs.version }}"
add: "pyproject.toml"
tag: "${{ steps.get-version.outputs.version }}"

0 comments on commit 78318e6

Please sign in to comment.