diff options
author | cui fliter <[email protected]> | 2022-04-14 00:13:28 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2022-04-13 10:13:28 -0600 |
commit | e2535233bb539852c385271d8959a9ec16267cc1 (patch) | |
tree | ce705198c5438adf8dc420952e896cf57557df40 /.github | |
parent | 00234c8ac20af0bf2d2229d4b25b5d843b962224 (diff) | |
download | caddy-e2535233bb539852c385271d8959a9ec16267cc1.tar.gz caddy-e2535233bb539852c385271d8959a9ec16267cc1.zip |
fix typo (#4702)
Signed-off-by: cuishuang <[email protected]>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8572e44ad..68e231de9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -99,7 +99,7 @@ jobs: TAG: ${{ steps.vars.outputs.version_tag }} # Only publish on non-special tags (e.g. non-beta) - # We will continue to push to Gemfury for the forseeable future, although + # We will continue to push to Gemfury for the foreseeable future, although # Cloudsmith is probably better, to not break things for existing users of Gemfury. # See https://gemfury.com/caddy/deb:caddy - name: Publish .deb to Gemfury |