mirror of
https://github.com/studiokaiji/nostr-webhost.git
synced 2025-12-18 15:24:19 +01:00
versionの取得、指定を削除
This commit is contained in:
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@@ -21,15 +21,10 @@ jobs:
|
||||
with:
|
||||
go-version: "1.21.0"
|
||||
|
||||
# タグ名を抽出
|
||||
- name: Get the version
|
||||
id: get_version
|
||||
run: echo "::set-output name=VERSION::${GITHUB_REF#refs/tags/}"
|
||||
|
||||
# リリース
|
||||
- uses: goreleaser/goreleaser-action@v4
|
||||
with:
|
||||
args: release --clean --override-name ${{ steps.get_version.outputs.VERSION }}
|
||||
args: release --clean
|
||||
workdir: ./hostr
|
||||
version: latest
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user