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 8fffa7b commit 98c9db3
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 @@ -53,8 +53,8 @@ jobs:
replacement: '"version": "${{ steps.tag.outputs.tag }}",'
include: 'library.json'

- name: Login
run: pio account login -u ${{ secrets.PLATFORMIO_USERNAME }} -p ${{ secrets.PLATFORMIO_TOKEN }}
- name: Set Platform IO Login Token
run: echo " PLATFORMIO_AUTH_TOKEN=${{ secrets.PLATFORMIO_TOKEN }}" >> $GITHUB_ENV

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

0 comments on commit 98c9db3

Please sign in to comment.