Skip to content
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.

Commit

Permalink
Enable automated GitHub releases (#476)
Browse files Browse the repository at this point in the history
* Enable automated GitHub releases
  • Loading branch information
lwojcik authored Nov 22, 2021
1 parent 9f28d11 commit 60122d3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,15 @@ after_build:
- docker push "${APPVEYOR_REPO_NAME}" --all-tags
# Logout
- docker logout


deploy:
release: $(APPVEYOR_BUILD_VERSION)
description: 'v$(APPVEYOR_BUILD_VERSION)'
provider: GitHub
auth_token:
secure: LZivqelZnFmrHH+iuzgusfnKcf0TpgR9aa4JAhkfD4M4i1+1ABtPnUAL2CtlpzCT
draft: false
prerelease: false
on:
branch: master

0 comments on commit 60122d3

Please sign in to comment.