Skip to content

Commit

Permalink
build: fix releases workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed Oct 22, 2021
1 parent ccaf155 commit 8b3d8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/glpi-agent-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Set version
id: set-version
run: |
if [ -z "${GITHUB_REF#*refs/tags/*}" ]; then
if [ -z "${GITHUB_REF##*refs/tags/*}" ]; then
VERSION="${GITHUB_REF#*refs/tags/}"
echo "New release on $VERSION $tag"
echo "::set-output name=create-release::yes"
Expand Down

0 comments on commit 8b3d8cb

Please sign in to comment.