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 4c7fea5 commit 76f211c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,7 @@ on:
jobs:
release:
runs-on: ubuntu-latest
# env:
# PIO_USERNAME: ${{ secrets.PIO_USERNAME }}
# PIO_PASSWORD: ${{ secrets.PIO_PASSWORD }}
steps:
- uses: actions/cache@v3
with:
path: |
~/.cache/pip
~/.platformio/.cache
key: ${{ runner.os }}-pio
- uses: actions/setup-python@v4
with:
python-version: '3.9'
Expand All @@ -26,5 +17,4 @@ jobs:
- name: Publish Release
run: |
pio account login --username ${{ secrets.PIO_USERNAME }} --password ${{ secrets.PIO_PASSWORD }}
ls ${{ github.workspace }}
pio package publish ${{ github.workspace }}

0 comments on commit 76f211c

Please sign in to comment.