Skip to content

Commit 689e06f

Browse files
authored
use sqlalchemyorg forks for the actions in the release workflow (#87)
1 parent 0b3820b commit 689e06f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Commit version change
3939
# If the setup.cfg version was changed commit it.
4040
if: ${{ github.event.inputs.version != '~~version~~' }}
41-
uses: stefanzweifel/git-auto-commit-action@v4
41+
uses: sqlalchemyorg/git-auto-commit-action@sa
4242
with:
4343
commit_message: Version ${{ github.event.inputs.version }}
4444
file_pattern: setup.cfg
@@ -62,7 +62,7 @@ jobs:
6262
6363
- name: Create release
6464
# Create github tag and release and upload the distribution wheels and sdist
65-
uses: softprops/action-gh-release@v1
65+
uses: sqlalchemyorg/action-gh-release@sa
6666
with:
6767
body: Release ${{ steps.get-version.outputs.version }}
6868
files: dist/*
@@ -86,7 +86,7 @@ jobs:
8686
8787
- name: Commit next version update
8888
# Commit new current version
89-
uses: stefanzweifel/git-auto-commit-action@v4
89+
uses: sqlalchemyorg/git-auto-commit-action@sa
9090
with:
9191
commit_message: Start work on ${{ steps.get-new-version.outputs.version }}
9292
file_pattern: setup.cfg

0 commit comments

Comments
 (0)