Skip to content

Commit

Permalink
try with diff ver string
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-willis committed Mar 7, 2025
1 parent acc6810 commit bdecc0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-recurring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Bump version
shell: bash
run: npm --workspaces version prerelease --preid="$(git rev-parse --short HEAD)${{ github.event_name == 'pull_request' && '.pr-$PR_NUMBER' || '' }}" --no-git-tag-version
run: npm --workspaces version prerelease --preid="$(git rev-parse --short HEAD)${{ github.event_name == 'pull_request' && 'pr$PR_NUMBER' || '' }}" --no-git-tag-version

- name: Package
shell: bash
Expand Down

0 comments on commit bdecc0b

Please sign in to comment.