Browse Source

fix(ci): correctly set tag for tauri-cli release (#7246)

Lucas Fernandes Nogueira 2 years ago
parent
commit
be6f4319ff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/publish-cli-rs.yml

+ 1 - 1
.github/workflows/publish-cli-rs.yml

@@ -88,7 +88,7 @@ jobs:
         run: ./.scripts/ci/pack-cli.sh
 
       - name: Get CLI version
-        run: echo "CLI_VERSION=$(cat tooling/cli/metadata.json | jq '."@tauri-apps/cli".version' -r)" >> $GITHUB_ENV
+        run: echo "CLI_VERSION=$(cat tooling/cli/metadata.json | jq '."cli.js".version' -r)" >> $GITHUB_ENV
 
       - name: Publish release
         uses: softprops/action-gh-release@50195ba7f6f93d1ac97ba8332a178e008ad176aa