Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cupcakearmy committed Apr 7, 2021
1 parent 39398da commit 317c886
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Main

on:
push:
# tags:
# - 'v*.*.*'
branches:
- main

Expand All @@ -16,18 +14,9 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: '14'
- run: yarn install --frozen-lockfile
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build
run: yarn run dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: ls out
# - name: Create release
# uses: softprops/action-gh-release@v0.1.5
# with:
# files: |
# *.dmg
# *.deb
# *.AppImage
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 317c886

Please sign in to comment.