Skip to content

Commit

Permalink
Fix release tagging
Browse files Browse the repository at this point in the history
The release tagging seems to be working as expected, drop the draft
option. Also fix typo for building devboard releases.
  • Loading branch information
labbott committed Oct 5, 2023
1 parent e9d1b3a commit 151c35b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
if: startsWith(github.ref, 'refs/tags/devboards')
uses: ./.github/workflows/release.yml
with:
board-set: psc
board-set: devboards


1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
uses: softprops/action-gh-release@v1
with:
name: "${{ inputs.board-set }} release"
draft: true
fail_on_unmatched_files: true
files: |
${{ steps.grab.outputs.download-path }}/*.zip

0 comments on commit 151c35b

Please sign in to comment.