trigger windows binary creation on every release.
This commit is contained in:
@@ -6,14 +6,6 @@ on:
|
|||||||
# Only use the types keyword to narrow down the activity types that will trigger your workflow.
|
# Only use the types keyword to narrow down the activity types that will trigger your workflow.
|
||||||
types: [published]
|
types: [published]
|
||||||
|
|
||||||
# for testing, we can also trigger manually. remove this afterwards.
|
|
||||||
workflow_dispatch:
|
|
||||||
inputs:
|
|
||||||
version_bump_type:
|
|
||||||
description: 'noop'
|
|
||||||
required: false
|
|
||||||
default: 'patch'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
release-windows:
|
release-windows:
|
||||||
@@ -25,9 +17,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
# TODO: uncomment this
|
with:
|
||||||
# with:
|
ref: ${{github.event.release.tag_name}}
|
||||||
# ref: ${{github.event.release.tag_name}}
|
|
||||||
- uses: actions/setup-go@v2
|
- uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: '^1.13.1' # The Go version to download (if necessary) and use.
|
go-version: '^1.13.1' # The Go version to download (if necessary) and use.
|
||||||
|
|||||||
Reference in New Issue
Block a user