Skip to content

Commit 33c1eae

Browse files
Update reusable-release.yml
1 parent 22cf22e commit 33c1eae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/reusable-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
2626
- name: Link source Into Workspace
2727
run: |
28-
mkdir -p $HOME/bowler-workspace/gitcache/github.com/${{ github.repository_owner }}/
29-
ln -s . $HOME/bowler-workspace/gitcache/github.com/${{ github.repository_owner }}/
30-
ls -al $HOME/bowler-workspace/gitcache/github.com/
31-
ls -al $HOME/bowler-workspace/gitcache/github.com/${{ github.repository_owner }}/
28+
mkdir -p $HOME/bowler-workspace/gitcache/github.com/${{ github.repository_owner }}/
29+
ln -s . $HOME/bowler-workspace/gitcache/github.com/${{ github.repository_owner }}/
30+
ls -al $HOME/bowler-workspace/gitcache/github.com/
31+
ls -al $HOME/bowler-workspace/gitcache/github.com/${{ github.repository_owner }}/
3232
3333
- name: Install libraries
3434
run: |

0 commit comments

Comments
 (0)