Skip to content

Commit

Permalink
ci: 👷 fix next version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Ruck committed Oct 22, 2023
1 parent da2d077 commit d71eb1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
if: inputs.releaseVersion == 'auto'
id: determine_next_version
run: |
nextVersion=`pnpm dlx commit-and-tag-version --path . -t $MATRIX_PACKAGE@v --dry-run | sed -n '/^---$/,/^---$/p' | grep -P -o '(\d+\.)(\d+\.)(\d)' | head -n 1`
nextVersion=`pnpm dlx commit-and-tag-version --path . -t $MATRIX_PACKAGE@v --dry-run | sed -n '/^---$/,/^---$/p' | grep -P -o '(\d+\.)(\d+\.)(\d+)' | head -n 1`
echo "$nextVersion"
echo "NEXT_VERSION=$nextVersion" >> $GITHUB_OUTPUT
working-directory: ${{ steps.get-directory.outputs.directory }}
Expand Down

0 comments on commit d71eb1f

Please sign in to comment.