Commit 2684e91

Anton Golub <antongolub@antongolub.com>
2025-03-21 18:07:16
ci: tweak up publish vars resolver (#1147)
1 parent 0423941
Changed files (1)
.github
.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