We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab53055 + 25b6d9c commit 595bbfeCopy full SHA for 595bbfe
.github/workflows/alpha-releases.yaml
@@ -6,7 +6,7 @@ on:
6
- 'release/*'
7
8
jobs:
9
- goreleaser:
+ tag-release:
10
runs-on: ubuntu-20.04
11
steps:
12
- name: Checkout
.github/workflows/goreleaser.yaml
@@ -7,7 +7,11 @@ on:
goreleaser:
- runs-on: ubuntu-latest
+ runs-on:
+ - environment=production
+ - size=xxxxlarge
13
+ - provider=ethpandaops
14
+ - realm=platform
15
16
-
17
name: Checkout
@@ -30,9 +34,10 @@ jobs:
30
34
echo "RELEASE_SUFFIX=$RELEASE_SUFFIX" >> $GITHUB_ENV
31
35
32
36
echo "Release suffix: $RELEASE_SUFFIX"
33
- -
- name: Set up Go
37
+ - name: Set up Go
38
uses: actions/setup-go@v3
39
+ with:
40
+ go-version: '1.19'
41
42
name: Set up NodeJS
43
uses: actions/setup-node@v3
0 commit comments