Skip to content

Commit

Permalink
fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
paralleltree committed Sep 23, 2024
1 parent 1afa17f commit 7e6d69c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Build
on:
workflow_call:
outputs:
version: ${{ jobs.build.outputs.version }}
version:
value: ${{ jobs.build.outputs.version }}

env:
PACKAGE_NAME: dev.paltee.avatar-aid
Expand Down

0 comments on commit 7e6d69c

Please sign in to comment.