Skip to content

Commit

Permalink
ci: Fix PlatformIO publish (#7)
Browse files Browse the repository at this point in the history
* ci: Fix PlatformIO publish

Add missing "id" parameter

* Force publish

* Remove examples section

Due to rejected message and prevent future maintenance

* Revert release guards
  • Loading branch information
XavierBrassoud committed May 2, 2024
1 parent 87011ec commit 0360b58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 58 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
steps:
# Add packages to update into release-please-config.json
- name: Write new version to packages
id: release
uses: google-github-actions/release-please-action@v4
with:
token: ${{ secrets.MAINTAINER_PAT }}
Expand Down
59 changes: 1 addition & 58 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,62 +18,5 @@
"license": "MIT",
"homepage": "https://github.com/XavierBrassoud/Arduino_Epson_PNL_CE02.git",
"frameworks": "*",
"platforms": "*",
"examples": [
{
"name": "blink",
"base": "examples/blink",
"files": [
"platformio.ini",
"src/Epson_PNL_CE02.h",
"src/Epson_PNL_CE02.cpp",
"blink.ino"
]
},
{
"name": "buttons",
"base": "examples/buttons",
"files": [
"platformio.ini",
"src/Epson_PNL_CE02.h",
"src/Epson_PNL_CE02.cpp",
"buttons.ino"
]
},
{
"name": "display",
"base": "examples/display",
"files": [
"platformio.ini",
"src/Epson_PNL_CE02.h",
"src/Epson_PNL_CE02.cpp",
"display.ino"
],
"dependencies": {
"prenticedavid/MCUFRIEND_kbv": "^3",
"adafruit/Adafruit GFX Library": "^1",
"adafruit/Adafruit BusIO": "^1",
"Wire": "*",
"SPI": "*"
}
},
{
"name": "buttons",
"base": "examples/full",
"files": [
"platformio.ini",
"src/Epson_PNL_CE02.h",
"src/Epson_PNL_CE02.cpp",
"full.ino"
],
"dependencies": {
"mathertel/OneButton": "^2.5.0",
"prenticedavid/MCUFRIEND_kbv": "^3",
"adafruit/Adafruit GFX Library": "^1",
"adafruit/Adafruit BusIO": "^1",
"Wire": "*",
"SPI": "*"
}
}
]
"platforms": "*"
}

0 comments on commit 0360b58

Please sign in to comment.