Skip to content

Commit

Permalink
versionの取得、指定を削除
Browse files Browse the repository at this point in the history
  • Loading branch information
studiokaiji committed Oct 26, 2023
1 parent c1db405 commit c3c7dfa
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c3c7dfa

Please sign in to comment.