Skip to content

Commit

Permalink
リリース用ワークフローの修正 (#97)
Browse files Browse the repository at this point in the history
#74 での変更によりGoReleaserでエラーが発生する問題への対応
  • Loading branch information
yamamoto-febc authored Oct 3, 2022
1 parent d9d721a commit 60aa264
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
with:
go-version: 1.18

- name: Describe plugin
id: plugin_describe
run: echo "::set-output name=api_version::$(go run . describe | jq -r '.api_version')"

- name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v5
Expand All @@ -38,4 +42,5 @@ jobs:
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
API_VERSION: ${{ steps.plugin_describe.outputs.api_version }}
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}

0 comments on commit 60aa264

Please sign in to comment.