Skip to content

Commit

Permalink
Add auto-deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
coreybutler committed Apr 6, 2021
1 parent 27731c9 commit d515632
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,6 @@ jobs:
draft: false
prerelease: env.IS_PRERELEASE != ''

# Build tarballs of the module code.
- name: Build Release Artifacts
id: build_release
if: steps.create_release.outputs.id != ''
run: |
dev build --pack
cp -rf .dist ./dist
# Upload tarballs to the release.
- name: Upload Release Artifacts
uses: AButler/upload-release-assets@v2.0
if: steps.create_release.outputs.id != ''
with:
files: '.dist/*.tar.gz'
repo-token: ${{ secrets.GITHUB_TOKEN }}
release-tag: ${{ steps.autotagger.outputs.tagname }}

- name: Publish to npm
id: publish_npm
if: steps.autotagger.outputs.tagname != ''
Expand Down

0 comments on commit d515632

Please sign in to comment.