Skip to content

Commit 317c886

Browse files
committed
cleanup
1 parent 39398da commit 317c886

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Main
22

33
on:
44
push:
5-
# tags:
6-
# - 'v*.*.*'
75
branches:
86
- main
97

@@ -16,18 +14,9 @@ jobs:
1614
- uses: actions/setup-node@v2
1715
with:
1816
node-version: '14'
19-
- run: yarn install --frozen-lockfile
17+
- name: Install dependencies
18+
run: yarn install --frozen-lockfile
2019
- name: Build
2120
run: yarn run dist
2221
env:
23-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24-
- run: ls out
25-
# - name: Create release
26-
# uses: softprops/action-gh-release@v0.1.5
27-
# with:
28-
# files: |
29-
# *.dmg
30-
# *.deb
31-
# *.AppImage
32-
# env:
33-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)