Skip to content

Commit

Permalink
Remove package action (#874)
Browse files Browse the repository at this point in the history
  • Loading branch information
sherakama authored Apr 29, 2022
1 parent ce3c8f9 commit 595c22a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/autorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,6 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "Github Action"
# Run 'npm run package' and commit dist folder if there are any changes.
- name: npm run package
run: |
npm run package
if [ $(git status | grep "dist\/") ]
then
git add dist
fi
# Increment version based on label
- name: Patch Release tag
if: ${{ contains( github.event.pull_request.labels.*.name, 'patch') }}
Expand Down

0 comments on commit 595c22a

Please sign in to comment.