Skip to content

Commit 1b08e45

Browse files
committedMar 20, 2022
(maint) revert split
1 parent 33e3b7c commit 1b08e45

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎.github/workflows/Release.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,14 @@ jobs:
1515
- name: Checkout repository
1616
uses: actions/checkout@v3
1717

18-
1918
- name: Fetch all history for all tags and branches
2019
run: git fetch --prune --unshallow
2120

2221
- name: Zip Release
2322
run: zip -x '*.git*' -r release.zip .
2423

2524
- name: Extract owner and repo
26-
uses: jungwinter/split@v2
25+
uses: jungwinter/split@v1
2726
id: repo
2827
with:
2928
seperator: '/'

0 commit comments

Comments
 (0)
Please sign in to comment.