Skip to content

Commit 6dbf2d2

Browse files
committed
FixWorkFlow
1 parent b4e9b70 commit 6dbf2d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/released.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release
33
on:
44
push:
55
tags:
6-
- 'v*'
6+
- '*'
77

88

99
jobs:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>felnull.dev</groupId>
88
<artifactId>BetterStorage</artifactId>
9-
<version>1.0.0</version>
9+
<version>1.0.1</version>
1010
<packaging>jar</packaging>
1111

1212
<name>BetterStorage</name>

0 commit comments

Comments
 (0)