diff options
author | Alexander Kiryukhin <a.kiryukhin@mail.ru> | 2021-03-28 04:02:06 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-28 04:02:06 +0300 |
commit | 0970380f6a97b27d63d7c9b96f7dcad065d09ada (patch) | |
tree | aa6117d4353621f510483d4aafadaaec5374d7a6 /.github | |
parent | f338cd588105437c398eb3addedfbe5e5d1fc617 (diff) |
Update publish.ymlv0.0.5
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/publish.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9e16eab..e5582e0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,8 +1,5 @@ on: - push: - tags: - - "*" - + release: name: Deploy Extension jobs: deploy: |