Skip to content

Commit

Permalink
Merge pull request #84 from azogue/ci/fix-publish-gh-action
Browse files Browse the repository at this point in the history
👷 Try to fix action for publish on release
  • Loading branch information
azogue committed Dec 31, 2023
2 parents e7c2c71 + e2bb638 commit 7e9cdbb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/poetry-publish.yml
Expand Up @@ -2,17 +2,17 @@ name: Upload FastApi-MQTT Package

on:
release:
types: [created]
types: [published]

jobs:
release:
if: github.repository == 'sabuhish/fastapi-mqtt'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.8"
python-version: 3.11
architecture: x64
- name: Install dependencies
run: |
Expand Down

0 comments on commit 7e9cdbb

Please sign in to comment.