From beb168bcffb16a655f92358648fc5df707bbc0cb Mon Sep 17 00:00:00 2001 From: Pat Garrity Date: Sun, 14 Apr 2024 10:05:38 -0500 Subject: [PATCH] oops i goofed --- .forgejo/workflows/pull_request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/pull_request.yaml b/.forgejo/workflows/pull_request.yaml index 2378d5c..7d6c338 100644 --- a/.forgejo/workflows/pull_request.yaml +++ b/.forgejo/workflows/pull_request.yaml @@ -37,7 +37,7 @@ jobs: else export GS_RELEASE_TYPE="patch" fi - echo "export GS_RELEASE_TYPE=$GS_RELEASE_TYPE" >> $GITHUB_ENV + echo "GS_RELEASE_TYPE=$GS_RELEASE_TYPE" >> $GITHUB_ENV echo "Previous Git Tag: $latest_git_tag" echo "Latest Commit: $latest_commit_message ($GS_RELEASE_TYPE) (SNAPSHOT)" sbtn -Dsnapshot=true -Drelease="$GS_RELEASE_TYPE" semVerInfo