diff options
author | cui fliter <imcusg@gmail.com> | 2022-04-14 00:13:28 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-13 10:13:28 -0600 |
commit | e2535233bb539852c385271d8959a9ec16267cc1 (patch) | |
tree | ce705198c5438adf8dc420952e896cf57557df40 /.github/workflows | |
parent | 00234c8ac20af0bf2d2229d4b25b5d843b962224 (diff) |
fix typo (#4702)
Signed-off-by: cuishuang <imcusg@gmail.com>
Diffstat (limited to '.github/workflows')
-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 8572e44..68e231d 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 |