Skip to content
This repository was archived by the owner on Aug 8, 2020. It is now read-only.

Commit 3f8eca9

Browse files
author
Tonye Jack
committed
Fixed deployment.
1 parent 07172d4 commit 3f8eca9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pythonpublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Upload Python Package
22

33
on:
44
release:
5-
types: [created, published]
5+
types: [created]
66

77
jobs:
88
deploy:
@@ -28,4 +28,4 @@ jobs:
2828
uses: ad-m/github-push-action@master
2929
with:
3030
github_token: ${{ secrets.GITHUB_TOKEN }}
31-
tags: true
31+
tags: false

0 commit comments

Comments
 (0)