💚 Fix: Set up Go
This commit is contained in:
parent
e32238ad4d
commit
25f759e407
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
ref: main
|
ref: main
|
||||||
repository: Musselman/Notatio
|
repository: Musselman/Notatio
|
||||||
|
- name: Set up go
|
||||||
|
uses: actions/setup-go@v5
|
||||||
|
with:
|
||||||
|
go-version: ">=1.17.0"
|
||||||
- name: Get latest tag
|
- name: Get latest tag
|
||||||
run: |
|
run: |
|
||||||
tagOutput=$(git describe --abbrev=0 --tags || true)
|
tagOutput=$(git describe --abbrev=0 --tags || true)
|
||||||
|
|
Loading…
Reference in a new issue