We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce44c26 commit a836d3fCopy full SHA for a836d3f
2 files changed
.github/workflows/ci.yml
@@ -5,13 +5,13 @@ on:
5
branches: [main]
6
7
jobs:
8
- # sync:
9
- # uses: ./.github/workflows/sync.yml
10
- # secrets: inherit
+ sync:
+ uses: ./.github/workflows/sync.yml
+ secrets: inherit
11
12
package:
13
uses: ./.github/workflows/package.yml
14
15
- # release:
16
- # uses: ./.github/workflows/release.yml
17
- # needs: package
+ release:
+ uses: ./.github/workflows/release.yml
+ needs: package
.zipignore
@@ -15,5 +15,7 @@ easy-file-uploader/*.lock
easy-file-uploader/.prettierignore
easy-file-uploader/.prettierrc
easy-file-uploader/.zipignore
18
+easy-file-uploader/package.json
19
+easy-file-uploader/package-lock.json
20
21
easy-file-uploader/webpack.config.js
0 commit comments