We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96e6b21 commit 88d9b43Copy full SHA for 88d9b43
.github/workflows/release.yml
@@ -22,7 +22,6 @@ jobs:
22
env:
23
REF: ${{ github.ref }}
24
run: |
25
- BRANCH=release/${REF:10}
26
sed -i 's/"version": "0.0.0"/"version": "'"${REF:11}"'"/' src-tauri/tauri.conf.json
27
echo "version_name=${REF:10}" >> $GITHUB_OUTPUT
28
- name: setup node
0 commit comments