From 078e4cd48cb2de69688f8fa7c58125b927350459 Mon Sep 17 00:00:00 2001 From: "DESKTOP-10GD4VQ\\Sufyan" Date: Mon, 30 Jun 2025 10:57:00 +0500 Subject: [PATCH] ci(package-publishing): add sandbox environment usage This commit updates the environment usage for snapshot releases workflow to use the sandbox environment to publish the package. --- .github/workflows/snapshot-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/snapshot-release.yml b/.github/workflows/snapshot-release.yml index 576645eb..c0c903bb 100644 --- a/.github/workflows/snapshot-release.yml +++ b/.github/workflows/snapshot-release.yml @@ -12,7 +12,7 @@ jobs: publish: name: Publish the Maven package runs-on: ubuntu-latest - environment: Production + environment: Sandbox steps: - name: Check out git repository uses: actions/checkout@v2