Skip to content

Commit

Permalink
Merge branch 'master' into release/dencun
Browse files Browse the repository at this point in the history
  • Loading branch information
samcm committed Sep 19, 2023
2 parents ab53055 + 25b6d9c commit 595bbfe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/alpha-releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'release/*'

jobs:
goreleaser:
tag-release:
runs-on: ubuntu-20.04
steps:
- name: Checkout
Expand Down
11 changes: 8 additions & 3 deletions .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ on:

jobs:
goreleaser:
runs-on: ubuntu-latest
runs-on:
- environment=production
- size=xxxxlarge
- provider=ethpandaops
- realm=platform
steps:
-
name: Checkout
Expand All @@ -30,9 +34,10 @@ jobs:
echo "RELEASE_SUFFIX=$RELEASE_SUFFIX" >> $GITHUB_ENV
echo "Release suffix: $RELEASE_SUFFIX"
-
name: Set up Go
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.19'
-
name: Set up NodeJS
uses: actions/setup-node@v3
Expand Down

0 comments on commit 595bbfe

Please sign in to comment.