We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d9b8ce8 + ddd8059 commit e4c5495Copy full SHA for e4c5495
.github/workflows/ci.yml
@@ -4,8 +4,9 @@ env:
4
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5
6
on:
7
- push:
8
- tags: [ v* ]
+ release:
+ types: [created]
9
+
10
jobs:
11
publish-tags-starting-with-v:
12
runs-on: ubuntu-latest
pom.xml
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.example</groupId>
<artifactId>rest-camel</artifactId>
- <version>0.0.8</version>
+ <version>0.0.9</version>
<properties>
<compiler-plugin.version>3.8.1</compiler-plugin.version>
<maven.compiler.parameters>true</maven.compiler.parameters>
0 commit comments