Skip to content

Commit

Permalink
chore: add pr_number to dev tag on npm release
Browse files Browse the repository at this point in the history
  • Loading branch information
IT-MikeS committed Oct 4, 2023
1 parent 36d865d commit 1e40772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-releases-for-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
key: ${{ runner.os }}-dependency-caching-${{ hashFiles('package.json', '*/package.json') }}
- run: npm install
- run: |
npm version prerelease --no-git-tag-version -f --preid dev-$()-$(date +\"%Y%m%dT%H%M%S\")
npm version prerelease --no-git-tag-version -f --preid dev-$(${{ github.event.pull_request.number }})-$(date +\"%Y%m%dT%H%M%S\")
npm publish --tag dev --dry-run
working-directory: ${{ matrix.plugin }}
- name: get-npm-version
Expand Down

0 comments on commit 1e40772

Please sign in to comment.