Skip to content

Commit

Permalink
Change package deploy location to GitHub release instead of NPM (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurensWe authored Oct 22, 2024
2 parents 3310c8c + 6dc6888 commit dc410e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
- run: npm run build --prefix frontend
- name: Publish release assets
uses: softprops/action-gh-release@v2
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT_UPDATE_RELEASE }}
with:
files: |
frontend/dist/index.js
Expand Down

0 comments on commit dc410e7

Please sign in to comment.