Skip to content

Commit c29f3f6

Browse files
committed
fix: Version identifier within jenkins scripts
1 parent 7b55906 commit c29f3f6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

actions/watch.sh

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gel-typography",
3-
"version": "5.1.1",
3+
"version": "5.1.2",
44
"description": "A flexible code implementation of the GEL Typography",
55
"main": "_typography.scss",
66
"scripts": {

0 commit comments

Comments
 (0)