Skip to content

Commit

Permalink
Change package deploy location to GitHub release instead of NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
uittenbroekrobbert committed Oct 22, 2024
1 parent 3310c8c commit 6dc6888
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 6dc6888

Please sign in to comment.