Skip to content

Commit 37e9e42

Browse files
authored
Merge pull request #50 from KiraCore/fix/cidi
fix: Sync tag version with release ver
2 parents 4b6a0f2 + ba22e61 commit 37e9e42

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-and-release.yml

+6
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ jobs:
4646
VERSION=$(echo ${{ steps.create_tag.outputs.new_tag }} | sed 's/^v//')
4747
echo "VERSION: $VERSION"
4848
49+
50+
- name: Update image version in FyneApp.toml
51+
run: |
52+
VERSION=$(echo ${{ steps.create_tag.outputs.new_tag }} | sed 's/^v//')
53+
sed -i "s/Version = \"[0-9]*\.[0-9]*\.[0-9]*\"/Version = \"$VERSION\"/" FyneApp.toml
54+
4955
- name: Set up Go
5056
uses: actions/setup-go@v2
5157
with:

0 commit comments

Comments
 (0)