[a] set up go for releases
All checks were successful
Build ExploreCraft Tweaks / build (21) (push) Successful in 1m53s
All checks were successful
Build ExploreCraft Tweaks / build (21) (push) Successful in 1m53s
This commit is contained in:
parent
17c796a1ab
commit
ae3d56b9b4
1 changed files with 6 additions and 1 deletions
|
@ -39,7 +39,12 @@ jobs:
|
|||
with:
|
||||
name: ec-tweaks-build
|
||||
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
|
||||
uses: actions/release-action@main
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue