Skip to content

Commit

Permalink
Fix development workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hmiguim committed Nov 28, 2023
1 parent 74fdb18 commit 2416605
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-maven-
- name: Set POM version to staging
run: mvn $MAVEN_CLI_OPTS versions:set -DnewVersion=staging
- name: Set POM version to development
run: mvn $MAVEN_CLI_OPTS versions:set -DnewVersion=development
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Package
Expand Down

0 comments on commit 2416605

Please sign in to comment.