Skip to content

Commit 88d9b43

Browse files
committed
Update release workflow
1 parent 96e6b21 commit 88d9b43

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yml

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
env:
2323
REF: ${{ github.ref }}
2424
run: |
25-
BRANCH=release/${REF:10}
2625
sed -i 's/"version": "0.0.0"/"version": "'"${REF:11}"'"/' src-tauri/tauri.conf.json
2726
echo "version_name=${REF:10}" >> $GITHUB_OUTPUT
2827
- name: setup node

0 commit comments

Comments
 (0)