mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
add missing $ (#412) [version updates]
This commit is contained in:
2
.github/workflows/release-cargo.yml
vendored
2
.github/workflows/release-cargo.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user