Skip to content

Commit c8398dc

Browse files
committed
(#7) Renamed deploy provider to 'Script'
1 parent 19e4ce9 commit c8398dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ on_success:
4242
- IF defined APPVEYOR_REPO_TAG_NAME npm publish
4343

4444
deploy:
45-
- provider: script
45+
- provider: Script
4646
path: ./.build/release.ps1
4747
on:
4848
APPVEYOR_REPO_TAG: true
49-
- provider: script
49+
- provider: Script
5050
path: ./.build/pre-release.ps1
5151
on:
5252
branch: develop

0 commit comments

Comments
 (0)