Skip to content

Commit

Permalink
fix(ci): correctly set tag for tauri-cli release (#7246)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog authored Jun 17, 2023
1 parent 2acc474 commit be6f431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-cli-rs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be6f431

Please sign in to comment.