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 3951dc6 commit 60bacdc
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 @@ -26,4 +26,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 ${GITHUB_WORKSPACE}

0 comments on commit 60bacdc

Please sign in to comment.