Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsauf authored Apr 15, 2021
1 parent 76722fa commit dee59d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
workflow_dispatch:

jobs:
puglish:
publish:
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
run: echo "PLATFORMIO_AUTH_TOKEN=${{ secrets.PLATFORMIO_TOKEN }}" >> $GITHUB_ENV

- name: Login
run: pio account login
run: pio account login -u ${{ secrets.PLATFORMIO_USERNAME }}

- name: Publish Package
run: pio package publish --owner ${{ secrets.PLATFORMIO_USERNAME }} --notify

0 comments on commit dee59d7

Please sign in to comment.