Skip to content

Commit a1fede2

Browse files
authored
pomのバージョンも更新するように
1 parent c678099 commit a1fede2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
java-version: 16
2020
- name: Mavenを使ってビルド
21-
run: mvn --batch-mode --update-snapshots verify
21+
run: mvn --batch-mode --update-snapshots verify versions:set -DnewVersion=${{ github.run_number }}
2222
- name: original-*.jarを削除
2323
run: rm target/original-*.jar
2424
- name: パッケージをビルドの成果物としてリリース

0 commit comments

Comments
 (0)