We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a7893b commit 9dcfa47Copy full SHA for 9dcfa47
.github/workflows/release.yml
@@ -38,7 +38,5 @@ jobs:
38
run: git config user.email ${{ secrets.GIT_USER_EMAIL }}
39
- name: Set git-name
40
run: git config user.name ${{ secrets.GIT_USER_NAME }}
41
- - name: Commit new version
42
- run: git commit -m "Setting new snapshot version"
43
- name: Push changes
44
run: git push
0 commit comments