Skip to content

Commit 7e9cdbb

Browse files
authored
Merge pull request #84 from azogue/ci/fix-publish-gh-action
👷 Try to fix action for publish on release
2 parents e7c2c71 + e2bb638 commit 7e9cdbb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/poetry-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ name: Upload FastApi-MQTT Package
22

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

77
jobs:
88
release:
99
if: github.repository == 'sabuhish/fastapi-mqtt'
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
13-
- uses: actions/setup-python@v1
12+
- uses: actions/checkout@v3
13+
- uses: actions/setup-python@v4
1414
with:
15-
python-version: "3.8"
15+
python-version: 3.11
1616
architecture: x64
1717
- name: Install dependencies
1818
run: |

0 commit comments

Comments
 (0)