Skip to content

Commit

Permalink
Only include what is needed in tar balls.
Browse files Browse the repository at this point in the history
  • Loading branch information
mike12345567 committed Aug 9, 2022
1 parent 18b6f43 commit 850a26d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
run: |
release_version=$(cat package.json | jq -r '.version')
echo "RELEASE_VERSION=$release_version" >> $GITHUB_ENV
tar czf ./datasource.tar.gz datasource/*
tar czf ./component.tar.gz component/*
tar -C datasource -czf ./datasource.tar.gz ./
tar -C component -czf ./component.tar.gz ./
- name: Perform Github Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 850a26d

Please sign in to comment.