Skip to content

Commit 6863061

Browse files
authored
ci: fix dev version number for build release
1 parent d489391 commit 6863061

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ jobs:
7878
else
7979
echo "Using TEST mode: v7.0.0-dev.$GITHUB_RUN_NUMBER"
8080
echo "::set-output name=should_deploy::false"
81-
echo "::set-output name=pkg_version::v3.0.0-dev.$GITHUB_RUN_NUMBER"
82-
echo "::set-output name=pkg_version_strict::3.0.0-dev.$GITHUB_RUN_NUMBER"
81+
echo "::set-output name=pkg_version::v7.0.0-dev.$GITHUB_RUN_NUMBER"
82+
echo "::set-output name=pkg_version_strict::7.0.0-dev.$GITHUB_RUN_NUMBER"
8383
echo "::notice::Non-production build created using branch $GITHUB_REF_NAME"
8484
fi
8585

0 commit comments

Comments
 (0)