Skip to content

Commit

Permalink
Merge pull request #7 from ariga/fix_ref_name
Browse files Browse the repository at this point in the history
.github: fix tag ref name
  • Loading branch information
ronenlu authored Mar 4, 2024
2 parents 763dc74 + 45fe330 commit 8bf9cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
echo "tag=${{ github.event.inputs.version }}" >> $GITHUB_OUTPUT
if [ -z "${{ github.event.inputs.version }}" ]; then
echo "tag=${{ github.ref }}" >> $GITHUB_OUTPUT
echo "tag=${{ github.ref_name }}" >> $GITHUB_OUTPUT
fi
- name: Set the package version
run: composer config version ${{ steps.set_version.outputs.tag }}
Expand Down

0 comments on commit 8bf9cfc

Please sign in to comment.