Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
twenzel authored Dec 31, 2019
1 parent 0e46a1c commit 460856c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
name: Release

on:
release:
# Only use the types keyword to narrow down the activity types that will trigger your workflow.
release:
types: [published, created, edited]

jobs:
build:

runs-on: ubuntu-latest
runs-on: windows-latest

steps:
- uses: actions/checkout@v1
Expand All @@ -20,5 +19,6 @@ jobs:
uses: ecampidoglio/[email protected]
with:
target: Publish
cake-version: 0.35.0
env:
nugetApiKey: ${{ secrets.nugetApiKey }}

0 comments on commit 460856c

Please sign in to comment.