Skip to content

Commit a836d3f

Browse files
committed
Updates
1 parent ce44c26 commit a836d3f

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ on:
55
branches: [main]
66

77
jobs:
8-
# sync:
9-
# uses: ./.github/workflows/sync.yml
10-
# secrets: inherit
8+
sync:
9+
uses: ./.github/workflows/sync.yml
10+
secrets: inherit
1111

1212
package:
1313
uses: ./.github/workflows/package.yml
1414

15-
# release:
16-
# uses: ./.github/workflows/release.yml
17-
# needs: package
15+
release:
16+
uses: ./.github/workflows/release.yml
17+
needs: package

.zipignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,7 @@ easy-file-uploader/*.lock
1515
easy-file-uploader/.prettierignore
1616
easy-file-uploader/.prettierrc
1717
easy-file-uploader/.zipignore
18+
easy-file-uploader/package.json
19+
easy-file-uploader/package-lock.json
1820

1921
easy-file-uploader/webpack.config.js

0 commit comments

Comments
 (0)