Skip to content

Commit

Permalink
use sqlalchemyorg forks for the actions in the release workflow (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
CaselIT authored May 4, 2021
1 parent 0b3820b commit 689e06f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Commit version change
# If the setup.cfg version was changed commit it.
if: ${{ github.event.inputs.version != '~~version~~' }}
uses: stefanzweifel/git-auto-commit-action@v4
uses: sqlalchemyorg/git-auto-commit-action@sa
with:
commit_message: Version ${{ github.event.inputs.version }}
file_pattern: setup.cfg
Expand All @@ -62,7 +62,7 @@ jobs:
- name: Create release
# Create github tag and release and upload the distribution wheels and sdist
uses: softprops/action-gh-release@v1
uses: sqlalchemyorg/action-gh-release@sa
with:
body: Release ${{ steps.get-version.outputs.version }}
files: dist/*
Expand All @@ -86,7 +86,7 @@ jobs:
- name: Commit next version update
# Commit new current version
uses: stefanzweifel/git-auto-commit-action@v4
uses: sqlalchemyorg/git-auto-commit-action@sa
with:
commit_message: Start work on ${{ steps.get-new-version.outputs.version }}
file_pattern: setup.cfg
Expand Down

0 comments on commit 689e06f

Please sign in to comment.