Skip to content

Commit cbd2f09

Browse files
ci(package-publishing): add sandbox environment usage (#134)
This commit updates the environment usage for snapshot releases workflow to use the sandbox environment to publish the package.
1 parent fe3ad72 commit cbd2f09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/snapshot-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
publish:
1313
name: Publish the Maven package
1414
runs-on: ubuntu-latest
15-
environment: Production
15+
environment: Sandbox
1616
steps:
1717
- name: Check out git repository
1818
uses: actions/checkout@v2

0 commit comments

Comments
 (0)