Skip to content

Commit 035bc77

Browse files
authored
Update release.yaml
1 parent 8f673f5 commit 035bc77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
snapshot-version:
1111
description: Snapshot Version
1212
required: true
13-
default: 1.0.0-SNAPSHOT
13+
default: 2.0.0-SNAPSHOT
1414

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

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

0 commit comments

Comments
 (0)