Skip to content

Commit

Permalink
Chore: Action to add dist files to release
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtimebuddy committed Jan 21, 2024
1 parent 867dd22 commit 6889c53
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,11 @@ jobs:
if: github.event_name == 'release' && github.event.release.prerelease && env.NODE_AUTH_TOKEN != ''
run: npm run publish-ci
env:
XS_PUBLISH_TAG: prerelease
XS_PUBLISH_TAG: prerelease

# Automatically attach browser files to release
- name: Upload to Release
if: github.event_name == 'release'
uses: softprops/action-gh-release@v1
with:
files: dist/*

0 comments on commit 6889c53

Please sign in to comment.