We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e23c85 + adbae2f commit 022ff4cCopy full SHA for 022ff4c
.github/workflows/build_and_release.yml
@@ -1,8 +1,9 @@
1
name: CDK CI
2
3
on:
4
+ workflow_dispatch:
5
release:
- types: [released]
6
+ types: [released, prereleased]
7
8
jobs:
9
@@ -13,15 +14,15 @@ jobs:
13
14
steps:
15
- uses: actions/setup-go@v2
16
with:
- go-version: 1.15
17
+ go-version: 1.22.2
18
- uses: actions/setup-node@v1
19
20
node-version: 10.x
21
- uses: actions/checkout@v2
22
23
fetch-depth: 0
24
- - uses: actions/download-artifact@v2
25
+ - uses: actions/download-artifact@v4
26
- name: Upload Release and Renew Changelog
27
env:
28
UPLOAD_URL: ${{ github.event.release.upload_url }}
@@ -30,6 +31,7 @@ jobs:
30
31
RELEASE_URL: ${{ github.event.release.url }}
32
33
run: |
34
+ set -euo pipefail
35
set -x
36
37
go get github.com/mitchellh/gox
0 commit comments