Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ThuF authored Apr 5, 2024
1 parent 8f673f5 commit 035bc77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
snapshot-version:
description: Snapshot Version
required: true
default: 1.0.0-SNAPSHOT
default: 2.0.0-SNAPSHOT

run-name: 'version set to ${{ inputs.release-version }} for release'

Expand Down Expand Up @@ -102,4 +102,4 @@ jobs:
mvn versions:set -DnewVersion=${{ inputs.snapshot-version }}
git add .
git commit -m "version set to ${{ inputs.snapshot-version }} for development"
git push
git push

0 comments on commit 035bc77

Please sign in to comment.