Skip to content

Commit

Permalink
Fix: ビルドを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed Jun 1, 2024
1 parent 09a15c9 commit 363f320
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
info:
runs-on: ubuntu-latest
outputs:
version: ${{ jobs.info.outputs.version }}
prerelease: ${{ jobs.info.outputs.prerelease }}
version: ${{ steps.version.outputs.version }}
prerelease: ${{ steps.version.outputs.prerelease }}
steps:
- name: Determine version
id: version
Expand Down

0 comments on commit 363f320

Please sign in to comment.