Skip to content

Commit dd4d657

Browse files
committed
Back to manual pushing for releases
1 parent 983180c commit dd4d657

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
build:
99
name: Build release version
10-
runs-on: windows-latest
10+
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout repository
1313
uses: actions/checkout@master
@@ -20,9 +20,6 @@ jobs:
2020
- name: Install dependencies
2121
run: npm install
2222

23-
- name: Stage modules
24-
run: git add node_modules -f
25-
2623
- name: Compile TypeScript into compressed JavaScript
2724
run: npm run build
2825

0 commit comments

Comments
 (0)