Исправлен release workflow
This commit is contained in:
parent
d090d1ab19
commit
4388595a93
@ -22,8 +22,15 @@ jobs:
|
||||
fetch-depth: 0
|
||||
fetch-tags: true
|
||||
|
||||
- name: set-up go
|
||||
uses: https://gitea.com/actions/setup-go@v3
|
||||
with:
|
||||
go-version: ">=1.22"
|
||||
|
||||
- name: get meta-data
|
||||
id: meta
|
||||
env:
|
||||
SSH_HOST: ${{ secrets.DEB_SSH_HOST }}
|
||||
run: |
|
||||
echo "VERSION=$(make version)" >> $GITHUB_OUTPUT
|
||||
echo 'CHANGES<<EOF' >> $GITHUB_OUTPUT
|
||||
@ -38,11 +45,6 @@ jobs:
|
||||
path: out/mousesoft.json
|
||||
overwrite: true
|
||||
|
||||
- name: set-up go
|
||||
uses: https://gitea.com/actions/setup-go@v3
|
||||
with:
|
||||
go-version: ">=1.22"
|
||||
|
||||
- name: set-up dependencies
|
||||
run: make clean vendor
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user