Skip to content

Commit

Permalink
Merge branch 'main' into update-material
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Nov 14, 2023
2 parents 17b2fc6 + f4b3397 commit 56a61ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dev-releases-for-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,11 @@ jobs:
- run: npm install
- env:
PR_NUMBER: ${{ github.event.pull_request.number }}
GH_TOKEN: ${{ secrets.CAP_GH_RELEASE_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
npm version prerelease --no-git-tag-version -f --preid dev-$PR_NUMBER-$(date +%Y%m%dT%H%M%S)
npm publish --tag dev --dry-run
npm publish --tag dev
working-directory: ${{ matrix.plugin }}
- name: get-npm-version
id: package-version
Expand Down

0 comments on commit 56a61ce

Please sign in to comment.