diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a95c75d3..3d43fa92 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,29 +35,4 @@ jobs: env: GH_TOKEN: ${{ secrets.GH_TOKEN }} run: npm run dist - shell: bash - - - name: Deploy release to GitHub - uses: softprops/action-gh-release@v1 - with: - files: | - dist/* - tag_name: v${{ github.ref }} - title: Release ${{ github.ref }} - body: Release of ${{ github.sha }} - - - name: Publish to GitHub Packages - uses: actions/checkout@v2 - with: - ref: ${{ github.ref }} - repository: ${{ github.repository }} - env: - NODE_AUTH_TOKEN: ${{ secrets.GH_TOKEN }} - - - name: Build and Publish the Electron App to GitHub Packages - uses: samuelmeuli/action-electron-builder@v1 - with: - publish: always - draft: true - prerelease: false - token: ${{ secrets.GH_TOKEN }} \ No newline at end of file + shell: bash \ No newline at end of file