Skip to content

Commit f5a0fc5

Browse files
committed
fix axion
1 parent a9ae79e commit f5a0fc5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ on:
22
push:
33
# Sequence of patterns matched against refs/tags
44
tags:
5-
- 'release-*' # Push events to matching v*, i.e. v1.0, v20.15.10
5+
- '*' # Push events to matching v*, i.e. v1.0, v20.15.10
66

77
name: Upload Release Asset
88

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'pl.allegro.tech.build.axion-release' version '1.3.2'
2+
id 'pl.allegro.tech.build.axion-release' version '1.11.0'
33
}
44

55
group 'com.rundeck'
@@ -10,7 +10,7 @@ ext.pluginName = 'Git Plugin'
1010
ext.pluginDescription = 'This is a git plugin (based on Jgit) which contain a Resource model and worflow steps'
1111

1212
scmVersion {
13-
ignoreUncommittedChanges = false
13+
ignoreUncommittedChanges = true
1414
tag {
1515
prefix = ''
1616
versionSeparator = ''

0 commit comments

Comments
 (0)