Skip to content

Commit

Permalink
Update platformio_publish_pkg.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Defozo authored Apr 11, 2023
1 parent 42b8a17 commit 180fba5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/platformio_publish_pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@ on:
push:
tags:
- 'v*.*.*'

env:
PLATFORMIO_AUTH_TOKEN: ${{ secrets.PLATFORMIO_AUTH_TOKEN }}

jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Use Node.js 16.x
uses: actions/setup-node@v2
- name: Set up Python
uses: actions/setup-python@v3
with:
node-version: '16.x'
python-version: '3.x'

- name: Install dependencies
run: npm install
- name: Install PlatformIO
run: pip install -U platformio

- name: Publish to PlatformIO Registry
run: pio pkg publish
Expand Down

0 comments on commit 180fba5

Please sign in to comment.