Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Jun 23, 2023
1 parent f5d2de0 commit d3a51a6
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@ version: 4.0.{build}
skip_tags: true
skip_branch_with_pr: true
skip_commits:
message: /(Create|Update).*\.(png|jpg|jpeg|bmp|gif|md)/
message: /(docs\(contributor\)|(Create|Update).*\.(png|jpg|jpeg|bmp|gif|md))/

branches:
only:
- main

environment:
nodejs_version: 18
nodejs_version: 18
GITHUB_TOKEN:
secure: AD1z81FqZlvGkCEyDzJ3g6sIJ93ecUE9EuqfUxc4CMiFGW139pWZk+/huuTY5jzG

install:
- appveyor DownloadFile https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
Expand Down Expand Up @@ -42,3 +44,10 @@ deploy:
on:
branch: main
artifact: Package

- provider: GitHub
on:
branch: main
tag: $(appveyor_build_version)
auth_token: $(GITHUB_TOKEN)
force_update: true

0 comments on commit d3a51a6

Please sign in to comment.