Browse Source

add missing $ (#412) [version updates]

Jacob Bolda 5 years ago
parent
commit
18009870fc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/release-cargo.yml

+ 1 - 1
.github/workflows/release-cargo.yml

@@ -48,7 +48,7 @@ jobs:
         run: echo ::set-env name=PUBLISHED_VERSION::$(cargo search ${{ matrix.package.registryName }} --limit 1 | sed -nE 's/^[^"]*"//; s/".*//1p' -)
       - name: cargo login
         if: env.PACKAGE_VERSION != env.PUBLISHED_VERSION
-        run: cargo login {{ secrets.crate_token }}
+        run: cargo login ${{ secrets.crate_token }}
       - name: cargo package
         if: env.PACKAGE_VERSION != env.PUBLISHED_VERSION
         working-directory: ${{ matrix.package.path }}