Skip to content

Commit

Permalink
(maint) revert split
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Mar 20, 2022
1 parent 33e3b7c commit 1b08e45
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/Release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,14 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3


- name: Fetch all history for all tags and branches
run: git fetch --prune --unshallow

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

- name: Extract owner and repo
uses: jungwinter/split@v2
uses: jungwinter/split@v1
id: repo
with:
seperator: '/'
Expand Down

0 comments on commit 1b08e45

Please sign in to comment.