Skip to content

Commit

Permalink
fix: pipeline fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
beneiltis committed Feb 27, 2024
1 parent 5d3fc3b commit 9ddcf61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "punq"
git config --global credential.helper cache
semantic-release
npx semantic-release
VERSION=$(git describe --tags $(git rev-list --tags --max-count=1))
echo "VERSION=$VERSION" >> $GITHUB_ENV
COMMIT_HASH=$(git rev-parse --short HEAD)
Expand Down

0 comments on commit 9ddcf61

Please sign in to comment.