Skip to content

Commit 595bbfe

Browse files
committed
Merge branch 'master' into release/dencun
2 parents ab53055 + 25b6d9c commit 595bbfe

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.github/workflows/alpha-releases.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 'release/*'
77

88
jobs:
9-
goreleaser:
9+
tag-release:
1010
runs-on: ubuntu-20.04
1111
steps:
1212
- name: Checkout

.github/workflows/goreleaser.yaml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ on:
77

88
jobs:
99
goreleaser:
10-
runs-on: ubuntu-latest
10+
runs-on:
11+
- environment=production
12+
- size=xxxxlarge
13+
- provider=ethpandaops
14+
- realm=platform
1115
steps:
1216
-
1317
name: Checkout
@@ -30,9 +34,10 @@ jobs:
3034
echo "RELEASE_SUFFIX=$RELEASE_SUFFIX" >> $GITHUB_ENV
3135
3236
echo "Release suffix: $RELEASE_SUFFIX"
33-
-
34-
name: Set up Go
37+
- name: Set up Go
3538
uses: actions/setup-go@v3
39+
with:
40+
go-version: '1.19'
3641
-
3742
name: Set up NodeJS
3843
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)