We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e30b639 commit 7673ef2Copy full SHA for 7673ef2
.github/workflows/CI.yml
@@ -135,6 +135,8 @@ jobs:
135
VERSION=$(echo ${{ github.ref }} | cut -dv -f2)
136
echo "VERSION=$VERSION" >> $GITHUB_ENV
137
FPM_VERSION=$(${{ env.FPM }} --version | grep -o '${{ env.REGEX }}')
138
+ echo "git-based version = $VERSION"
139
+ echo "fpm-based version = $FPM_VERSION"
140
[ "$VERSION" = "$FPM_VERSION" ]
141
env:
142
REGEX: '[0-9]\{1,4\}\.[0-9]\{1,4\}\.[0-9]\{1,4\}'
0 commit comments