Skip to content

Commit 0151b0d

Browse files
Update release.yml
1 parent 62f4564 commit 0151b0d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,11 @@ jobs:
3838
run: git config user.email ${{ secrets.GIT_USER_EMAIL }}
3939
- name: Set git-name
4040
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"
4147
- name: Push changes
4248
run: git push

0 commit comments

Comments
 (0)