Skip to content

Commit 6665548

Browse files
committed
optimize GitHub actions
1 parent 6fa6a0e commit 6665548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
- uses: actions/checkout@v5
1717
with:
1818
token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
19+
- uses: aboutbits/github-actions-base/git-setup@v2
1920
- name: Update versions in readme.md
2021
run: |
2122
sed -i "s|\(uses:.*@\)v[0-9]\+|\1${{ github.event.inputs.version }}|g" readme.md
22-
- uses: aboutbits/github-actions-base/git-setup@v2
2323
- uses: aboutbits/github-actions-base/git-commit-and-push-all@v2
2424
with:
2525
message: '${{ github.event.inputs.version }}'

0 commit comments

Comments
 (0)