We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c678099 commit a1fede2Copy full SHA for a1fede2
.github/workflows/main.yml
@@ -18,7 +18,7 @@ jobs:
18
with:
19
java-version: 16
20
- name: Mavenを使ってビルド
21
- run: mvn --batch-mode --update-snapshots verify
+ run: mvn --batch-mode --update-snapshots verify versions:set -DnewVersion=${{ github.run_number }}
22
- name: original-*.jarを削除
23
run: rm target/original-*.jar
24
- name: パッケージをビルドの成果物としてリリース
0 commit comments