Skip to content

Commit cade2b9

Browse files
committed
remove redundancy
1 parent 38165d5 commit cade2b9

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
run: |
3636
VERSION=$(awk '/^## [0-9]+\.[0-9]+\.[0-9]+/ {print $2; exit}' PowerSync/PowerSync.Common/CHANGELOG.md)
3737
echo "Detected Version: $VERSION"
38-
echo "VERSION=$VERSION" >> $GITHUB_ENV
3938
echo "COMMON_VERSION=$VERSION" >> $GITHUB_ENV
4039
4140
- name: Run Pack for Common
@@ -51,7 +50,6 @@ jobs:
5150
run: |
5251
MAUI_VERSION=$(awk '/^## [0-9]+\.[0-9]+\.[0-9]+/ {print $2; exit}' PowerSync/PowerSync.Maui/CHANGELOG.md)
5352
echo "Detected Version: $MAUI_VERSION"
54-
echo "VERSION=$MAUI_VERSION" >> $GITHUB_ENV
5553
echo "MAUI_VERSION=$MAUI_VERSION" >> $GITHUB_ENV
5654
5755
- name: Build MAUI Project

0 commit comments

Comments
 (0)