Skip to content

Commit

Permalink
Update to v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
usimd committed Nov 6, 2024
1 parent 41dd28f commit 1297731
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish release
on:
release:
types:
- published
- released
- edited

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
with:
tag_name: v${{ steps.check.outputs.version }}
generate_release_notes: true
prerelease: false
prerelease: true
draft: false
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pi-gen-action",
"version": "1.9.0",
"version": "1.10.0",
"description": "GitHub action to build a custom Raspberry Pi image using pi-gen",
"author": "Simon Domke",
"main": "dist/index.js",
Expand Down

0 comments on commit 1297731

Please sign in to comment.