Skip to content

Commit

Permalink
変数名を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
s1204IT authored Jan 20, 2024
1 parent c901dcd commit 3a9e14b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
} >> $GITHUB_ENV
- name: Release check
if: inputs.release == 'true'
if: github.event.inputs.release == 'true'
run: |
if [[ "${{ secrets.STORE_FILE }}" == "" ]]; then
echo -e "\nERROR!\n\nリリースするには、 署名鍵を設定する必要があります。\n\n"
Expand Down

0 comments on commit 3a9e14b

Please sign in to comment.