aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 103c2605..3928a215 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -71,7 +71,7 @@ jobs:
version="${{ github.event.inputs.tag }}"
if [[ -z $version ]]; then
version=`ls -1 src/textadept_*.zip | head -1 |
- sed -e 's/[^_]\+_\(.\+\)\.[^.]\+\.zip/\1/;'`
+ sed 's/[^_]\+_\(.\+\)\.[^.]\+\.zip/\1/;'`
fi
echo "::set-output name=version::$version"