We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9ae79e commit f5a0fc5Copy full SHA for f5a0fc5
.github/workflows/release.yml
@@ -2,7 +2,7 @@ on:
2
push:
3
# Sequence of patterns matched against refs/tags
4
tags:
5
- - 'release-*' # Push events to matching v*, i.e. v1.0, v20.15.10
+ - '*' # Push events to matching v*, i.e. v1.0, v20.15.10
6
7
name: Upload Release Asset
8
build.gradle
@@ -1,5 +1,5 @@
1
plugins {
- id 'pl.allegro.tech.build.axion-release' version '1.3.2'
+ id 'pl.allegro.tech.build.axion-release' version '1.11.0'
}
group 'com.rundeck'
@@ -10,7 +10,7 @@ ext.pluginName = 'Git Plugin'
10
ext.pluginDescription = 'This is a git plugin (based on Jgit) which contain a Resource model and worflow steps'
11
12
scmVersion {
13
- ignoreUncommittedChanges = false
+ ignoreUncommittedChanges = true
14
tag {
15
prefix = ''
16
versionSeparator = ''
0 commit comments