diff options
author | Theo Buehler <tb@openbsd.org> | 2023-12-12 13:57:56 +0100 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-12-12 13:57:56 +0100 |
commit | 223bc4e01e283db48693f631852a0f83ea232308 (patch) | |
tree | 585323619e7c40599f3cac8ee71bad0e6b09bf84 | |
parent | 19c8bc0d9e474d66cd2d765556494c6d572fa76a (diff) | |
download | portable-223bc4e01e283db48693f631852a0f83ea232308.tar.gz portable-223bc4e01e283db48693f631852a0f83ea232308.tar.bz2 portable-223bc4e01e283db48693f631852a0f83ea232308.zip |
zap stray whitespace
-rw-r--r-- | .github/workflows/release_by_tag.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release_by_tag.yml b/.github/workflows/release_by_tag.yml index 14072ce..ed05619 100644 --- a/.github/workflows/release_by_tag.yml +++ b/.github/workflows/release_by_tag.yml | |||
@@ -1,5 +1,5 @@ | |||
1 | 1 | ||
2 | on: | 2 | on: |
3 | push: | 3 | push: |
4 | tags: [ "v*" ] | 4 | tags: [ "v*" ] |
5 | 5 | ||