Skip to content

fix: Tidy files

fix: Tidy files #15

Workflow file for this run

---
"on":
push:
branches: [main]
pull_request:
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
if: github.ref != 'refs/heads/main'
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: ruby
package-name: kitchen-hyperv
version-file: lib/kitchen/driver/hyperv_version.rb
token: ${{ secrets.PUBLISH_WORKFLOW_TOKEN }}
signoff: "Dan Webb <[email protected]>"
prerelease: true
changelog-notes-type: github
release-please-main:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: ruby
package-name: kitchen-hyperv
version-file: lib/kitchen/driver/hyperv_version.rb
token: ${{ secrets.PUBLISH_WORKFLOW_TOKEN }}
signoff: "Dan Webb <[email protected]>"
changelog-notes-type: github