Skip to content

Commit

Permalink
Update compile_snapshot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei1058 authored Dec 2, 2023
1 parent f5bc94f commit 721e8cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/compile_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ on:
jobs:
build:
runs-on: ubuntu-latest
environment:
name: development
url: https://repo.andrei1058.dev
# environment:
# name: development
# url: https://repo.andrei1058.dev
steps:
- uses: actions/checkout@v3
- name: Set up JDK
Expand All @@ -32,4 +32,4 @@ jobs:
mvn versions:set -DnewVersion=$UPDATE_VERSION-SNAPSHOT
mvn versions:update-child-modules
mvn clean install -s ci_settings.xml
echo "UPDATE_VERSION=$UPDATE_VERSION" >> $GITHUB_ENV
echo "UPDATE_VERSION=$UPDATE_VERSION" >> $GITHUB_ENV

0 comments on commit 721e8cd

Please sign in to comment.