Skip to content

Commit bfd87d4

Browse files
Update release.yml
1 parent 0151b0d commit bfd87d4

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
@@ -39,7 +39,7 @@ jobs:
3939
- name: Set git-name
4040
run: git config user.name ${{ secrets.GIT_USER_NAME }}
4141
- name: Set remote
42-
run: git add remote origin git@github.com:42BV/beanmapper.git
42+
run: git remote add origin git@github.com:42BV/beanmapper.git
4343
- name: Git Add
4444
run: git add .
4545
- name: Git Commit

0 commit comments

Comments
 (0)