Skip to content

Commit bd34362

Browse files
author
virtualWinter
committed
Bump version to 0.1 and update workflow trigger
1 parent 2f79fc0 commit bd34362

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Java CI with Maven
22

33
on:
44
push:
5-
branches: [ main ]
5+
tags:
6+
- 'v*'
67

78
jobs:
89
build:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>club.catmc.utils.storage</groupId>
77
<artifactId>storage</artifactId>
88
<packaging>jar</packaging>
9-
<version>1.0-SNAPSHOT</version>
9+
<version>0.1</version>
1010
<name>storage</name>
1111

1212
<distributionManagement>

0 commit comments

Comments
 (0)