Skip to content

Commit aacfae7

Browse files
Update forge config
1 parent 9b87b77 commit aacfae7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

forge.config.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ module.exports = {
3030
osxNotarize: {
3131
appleId: process.env['APPLE_ID'],
3232
appleIdPassword: process.env['APPLE_ID_PASSWORD'],
33-
ascProvider: 'LT94ZKYDCJ'
33+
teamId: 'LT94ZKYDCJ'
3434
},
3535
ignore: [
3636
/\/assets(\/?)/,
@@ -47,9 +47,9 @@ module.exports = {
4747
/issue_template\.md/,
4848
/HELP\.md/,
4949
/forge\.config\.js/,
50-
/.github/,
51-
/.circleci/,
52-
/\.vscode/,
50+
/\.github(\/?)/,
51+
/\.circleci(\/?)/,
52+
/\.vscode(\/?)/,
5353
/\.gitignore/,
5454
/\.gitattributes/,
5555
/\.eslintignore/,

0 commit comments

Comments
 (0)