[c] move setup go up the chain
This commit is contained in:
parent
0d0a9bd091
commit
ed8efe69b6
1 changed files with 5 additions and 5 deletions
|
@ -18,6 +18,11 @@ jobs:
|
||||||
- name: ⏬ Checkout repository
|
- name: ⏬ Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: 🔧 Setup go for releases
|
||||||
|
uses: https://github.com/actions/setup-go@v4
|
||||||
|
with:
|
||||||
|
go-version: '>=1.20.1'
|
||||||
|
|
||||||
- name: ✅ Validate gradle wrapper
|
- name: ✅ Validate gradle wrapper
|
||||||
uses: https://github.com/gradle/wrapper-validation-action@v2
|
uses: https://github.com/gradle/wrapper-validation-action@v2
|
||||||
|
|
||||||
|
@ -40,11 +45,6 @@ jobs:
|
||||||
name: ec-tweaks-build
|
name: ec-tweaks-build
|
||||||
path: build/libs/
|
path: build/libs/
|
||||||
|
|
||||||
- name: 🔧 Setup go for releases
|
|
||||||
uses: https://github.com/actions/setup-go@v4
|
|
||||||
with:
|
|
||||||
go-version: '>=1.20.1'
|
|
||||||
|
|
||||||
- name: ⏫ Publish release
|
- name: ⏫ Publish release
|
||||||
uses: actions/release-action@main
|
uses: actions/release-action@main
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue