We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fa6a0e commit 6665548Copy full SHA for 6665548
.github/workflows/release.yml
@@ -16,10 +16,10 @@ jobs:
16
- uses: actions/checkout@v5
17
with:
18
token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
19
+ - uses: aboutbits/github-actions-base/git-setup@v2
20
- name: Update versions in readme.md
21
run: |
22
sed -i "s|\(uses:.*@\)v[0-9]\+|\1${{ github.event.inputs.version }}|g" readme.md
- - uses: aboutbits/github-actions-base/git-setup@v2
23
- uses: aboutbits/github-actions-base/git-commit-and-push-all@v2
24
25
message: '${{ github.event.inputs.version }}'
0 commit comments