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 7673ef2 commit ce86ddaCopy full SHA for ce86dda
.github/workflows/CI.yml
@@ -135,8 +135,6 @@ 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