use correct backoffice version
This commit is contained in:
@@ -70,7 +70,7 @@ jobs:
|
||||
- name: Publish
|
||||
run: |
|
||||
npm whoami
|
||||
npm version $VERSION --allow-same-version --no-git-tag-version
|
||||
npm version $BACKOFFICE_VERSION --allow-same-version --no-git-tag-version
|
||||
npm publish --tag $BACKOFFICE_NPM_TAG --access public
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
|
||||
|
||||
Reference in New Issue
Block a user