Skip to content

Commit 093af9d

Browse files
authored
fix: Jenkins Build failure (#21)
Updated the watch script to not look for a `v` at the start of the tag number as it's not used for this repo.
1 parent 038a6f1 commit 093af9d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

actions/watch.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
set -e +x
55

66
# Extract the tag/release number
7-
echo "VERSION=${GIT_BRANCH##*/v}" >> actions/jenkins.properties
7+
echo "VERSION=${GIT_BRANCH##*/}" >> actions/jenkins.properties
88

99
# Source the properties file
1010
. actions/jenkins.properties

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gel-sass-tools",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"description": "A collection of Sass Settings & Tools which align to key GEL values",
55
"main": "_sass-tools.scss",
66
"scripts": {

0 commit comments

Comments
 (0)