diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-11-30 00:33:23 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-11-30 00:33:35 +0300 |
commit | b7e5e840cc255b29cae2f3edf57fd8f9e27c066e (patch) | |
tree | 01abcacee3540bf15dcbc11f2713771e1405ac0a /.github | |
parent | README: update (diff) | |
download | cgitize-b7e5e840cc255b29cae2f3edf57fd8f9e27c066e.tar.gz cgitize-b7e5e840cc255b29cae2f3edf57fd8f9e27c066e.zip |
fix a typo
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3be8735..156cd2d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -35,7 +35,7 @@ jobs: - name: Run the tests run: ./.ci/docker/test.sh - public: + publish: needs: [local, docker] runs-on: ubuntu-18.04 name: Publish |