Skip to content

Commit

Permalink
Publish from main; new key
Browse files Browse the repository at this point in the history
  • Loading branch information
nblumhardt authored Jun 14, 2024
1 parent aaba502 commit b114384
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ artifacts:
deploy:
- provider: NuGet
api_key:
secure: K3/810hkTO6rd2AEHVkUQAadjGmDREus9k96QHu6hxrA1/wRTuAJemHMKtVVgIvf
secure: sDnchSg4TZIOK7oIUI6BJwFPNENTOZrGNsroGO1hehLJSvlHpFmpTwiX8+bgPD+Q
skip_symbols: true
on:
branch: /^(master|dev)$/
branch: /^(main|dev)$/
- provider: GitHub
auth_token:
secure: p4LpVhBKxGS5WqucHxFQ5c7C8cP74kbNB0Z8k9Oxx/PMaDQ1+ibmoexNqVU5ZlmX
Expand All @@ -23,4 +23,4 @@ deploy:
/Serilog.*\.snupkg/
tag: v$(appveyor_build_version)
on:
branch: master
branch: main

0 comments on commit b114384

Please sign in to comment.