Skip to content

Commit

Permalink
ci: Fix PlatformIO publish
Browse files Browse the repository at this point in the history
Add missing "id" parameter
  • Loading branch information
XavierBrassoud committed May 2, 2024
1 parent 87011ec commit 013d1ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ on:
push:
branches:
- main
- ci/fix-publish-platformio

permissions:
contents: write
Expand All @@ -16,6 +17,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

0 comments on commit 013d1ca

Please sign in to comment.