use correct backoffice version

This commit is contained in:
Jacob Overgaard
2023-10-02 10:25:28 +02:00
parent fa60e6afda
commit c5a415f8ce

View File

@@ -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}}