Skip to content

Commit

Permalink
Merge branch 'main' into local-notifications/alarm-permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
IT-MikeS authored Oct 23, 2023
2 parents 96714b5 + 940156c commit 1450ba7
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 @@ -75,7 +75,7 @@ jobs:
- env:
PR_NUMBER: ${{ github.event.pull_request.number }}
run: |
npm version prerelease --no-git-tag-version -f --preid dev-$PR_NUMBER-$(date +\"%Y%m%dT%H%M%S\")
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
working-directory: ${{ matrix.plugin }}
- name: get-npm-version
Expand Down

0 comments on commit 1450ba7

Please sign in to comment.