Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
ci: split release-please (always run) from release-iso
Browse files Browse the repository at this point in the history
  • Loading branch information
scottames committed Jan 27, 2024
1 parent ffef274 commit b850858
Showing 1 changed file with 2 additions and 21 deletions.
23 changes: 2 additions & 21 deletions .github/workflows/release-iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,11 @@ on:
branches:
- live
paths:
- 'boot_menu.yml'
- '.github/workflows/release-iso.yml'
- 'CHANGELOG.md'
- "boot_menu.yml"
- ".github/workflows/release-iso.yml"
workflow_dispatch:
name: release-iso
jobs:
release-please:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
outputs:
releases_created: ${{ steps.release-please.outputs.releases_created }}
tag: ${{ steps.release-please.outputs.tag_name }}
upload_url: ${{ steps.release-please.outputs.upload_url }}
steps:
- uses: google-github-actions/release-please-action@v3
id: release-please
with:
release-type: node
package-name: release-please-action
token: ${{secrets.GITHUB_TOKEN}}
default-branch: live

release-iso:
name: Generate and Release ISOs
runs-on: ubuntu-latest
Expand Down

0 comments on commit b850858

Please sign in to comment.