Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisAMenace authored Dec 4, 2020
1 parent 90f82f4 commit 5827958
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,18 +130,9 @@ jobs:
cd ${{ env.UI_PATH }}
npm install
- name: Package (npm)
- name: Publish (npm)
run: |
cd ${{ env.UI_PATH }}
npm run publish:${{ matrix.platform }}
- name: Release Package
uses: DennisAMenace/action-release@master
with:
token: ${{ secrets.GITHUB_TOKEN }}
files: "${{ env.UI_PATH }}app-builds/${{ env.RELEASE_NAME }}"
draft: true
prerelease: true
body: ''
name: "${{env.XSERVER_NAME}} (Release ${{env.XSERVER_VERSION}})"
tag: v${{env.XSERVER_VERSION}}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5827958

Please sign in to comment.