Skip to content

Commit

Permalink
release: fix pipeline by using the corrent value for the version
Browse files Browse the repository at this point in the history
  • Loading branch information
devmatteini committed Jun 11, 2022
1 parent 1a557fc commit f963f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
./scripts/create-github-release.sh \
"${{ github.ref }}" \
"$GITHUB_REF_NAME" \
"phs.zip"

0 comments on commit f963f32

Please sign in to comment.