Skip to content

Commit

Permalink
Skips test build step
Browse files Browse the repository at this point in the history
  • Loading branch information
lynchjames committed Dec 6, 2020
1 parent ad3ca07 commit 31316d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
zip -r ${{ env.PLUGIN_NAME }}.zip ${{ env.PLUGIN_NAME }}
ls
echo "::set-output name=tag_name::$(git tag --sort version:refname | tail -n 1)"
- name: Test
id: test
run: |
npm run test
# - name: Test
# id: test
# run: |
# npm run test
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 31316d2

Please sign in to comment.