aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-12-12 13:57:56 +0100
committerBrent Cook <busterb@gmail.com>2024-03-03 15:32:50 -0600
commita31f8a95b395581ade4d9d71c9b90179d5bfa874 (patch)
treef3829d180ef8305fe29b9748b9813506289c5abb /.github
parent2d7ff32aeb158ed0612643564a27275f65e98d09 (diff)
downloadportable-a31f8a95b395581ade4d9d71c9b90179d5bfa874.tar.gz
portable-a31f8a95b395581ade4d9d71c9b90179d5bfa874.tar.bz2
portable-a31f8a95b395581ade4d9d71c9b90179d5bfa874.zip
zap stray whitespace
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release_by_tag.yml2
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
2on: 2on:
3 push: 3 push:
4 tags: [ "v*" ] 4 tags: [ "v*" ]
5 5