Skip to content

Commit dec32ef

Browse files
committed
fix: now uses the right environment in github actions.
1 parent 526a9c7 commit dec32ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-test-gumtree.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
build-test-deploy:
1616
runs-on: ubuntu-latest
1717
container: gumtreediff/gumtree:latest
18+
environment: MavenCentral
1819
if: ${{ github.event_name == 'pull_request' || !contains(github.event.head_commit.message, '[no ci]') || !startsWith(github.event.head_commit.message, 'doc') }}
1920
steps:
2021
- name: checkout gumtree

0 commit comments

Comments
 (0)