Skip to content

Commit

Permalink
ci: 🚑 fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreHiroyuki committed Dec 24, 2023
1 parent 31256b5 commit 8e0de71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.9'
Expand All @@ -17,4 +18,4 @@ jobs:
- name: Publish Release
run: |
pio account login --username ${{ secrets.PIO_USERNAME }} --password ${{ secrets.PIO_PASSWORD }}
pio package publish --type library ${{ github.workspace }}
pio package publish --type library

0 comments on commit 8e0de71

Please sign in to comment.