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 76f211c commit 31256b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- name: Publish Release
run: |
pio account login --username ${{ secrets.PIO_USERNAME }} --password ${{ secrets.PIO_PASSWORD }}
pio package publish ${{ github.workspace }}
pio package publish --type library ${{ github.workspace }}

0 comments on commit 31256b5

Please sign in to comment.