We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62f4564 commit 0151b0dCopy full SHA for 0151b0d
.github/workflows/release.yml
@@ -38,5 +38,11 @@ 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: Set remote
42
+ run: git add remote origin git@github.com:42BV/beanmapper.git
43
+ - name: Git Add
44
+ run: git add .
45
+ - name: Git Commit
46
+ run: git commit -m "Release version"
47
- name: Push changes
48
run: git push
0 commit comments