Commit 2684e91
Changed files (1)
.github
workflows
.github/workflows/dev-publish.yml
@@ -48,8 +48,8 @@ jobs:
cache: 'npm'
- name: Set zx version
run: |
- echo "SHA_SHORT=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
- echo 'ZX_VERSION=$(npm pkg get version | tr -d \")' >> $GITHUB_ENV
+ echo SHA_SHORT=$(git rev-parse --short HEAD) >> $GITHUB_ENV
+ echo ZX_VERSION=$(npm pkg get version | tr -d \") >> $GITHUB_ENV
- run: echo "//wombat-dressing-room.appspot.com/:_authToken=$AUTH_TOKEN" >> .npmrc
env:
@@ -100,8 +100,8 @@ jobs:
- name: Set zx version
run: |
- echo "SHA_SHORT=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
- echo 'ZX_VERSION=$(npm pkg get version | tr -d \")' >> $GITHUB_ENV
+ echo SHA_SHORT=$(git rev-parse --short HEAD) >> $GITHUB_ENV
+ echo ZX_VERSION=$(npm pkg get version | tr -d \") >> $GITHUB_ENV
# Uses the `docker/login-action` action to log in to the Container registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here.
- name: Log in to the Container registry