File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -187,12 +187,12 @@ jobs:
187
187
uses : actions/checkout@v4
188
188
- name : Print the new tags
189
189
run : |
190
- echo "TAG: ${{ steps .build-and-ver.create_tag. outputs.new_tag }}"
191
- VERSION=$(echo ${{ steps.create_tag .outputs.new_tag }} | sed 's/^v//')
190
+ echo "TAG: ${{ needs .build-and-ver.outputs.new_version }}"
191
+ VERSION=$(echo ${{ needs.build-and-ver .outputs.new_version }} | sed 's/^v//')
192
192
echo "VERSION: $VERSION"
193
193
- name : Update image version in FyneApp.toml
194
194
run : |
195
- VERSION=$(echo ${{ steps .build-and-ver.create_tag. outputs.new_tag }} | sed 's/^v//')
195
+ VERSION=$(echo ${{ needs .build-and-ver.outputs.new_version }} | sed 's/^v//')
196
196
sed -i "s/Version = \"[0-9]*\.[0-9]*\.[0-9]*\"/Version = \"$VERSION\"/" FyneApp.toml
197
197
198
198
- name : Commit and push updated FyneApp.toml
You can’t perform that action at this time.
0 commit comments