diff --git a/.github/workflows/version.yaml b/.github/workflows/version.yaml index e59c6e0d..6df25b25 100644 --- a/.github/workflows/version.yaml +++ b/.github/workflows/version.yaml @@ -81,6 +81,7 @@ jobs: ;; dev) bump-my-version bump --allow-dirty --verbose --no-commit --no-tag "$RELEASE_KIND" + echo "PACKAGE=true" >> $GITHUB_ENV ;; esac