Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stwxdev authored Aug 2, 2024
1 parent b6e30bf commit 9c826da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
run: |
VERSION=$(jq -r .version composer.json)
echo "version=$VERSION" >> $GITHUB_OUTPUT
outputs:
version: ${{ steps.get_version.outputs.version }}

release:
name: Create Release 🚀
Expand Down

0 comments on commit 9c826da

Please sign in to comment.