Skip to content

Merge pull request #411 from OctopusDeploy/revert-409-chris/package/r… #293

Merge pull request #411 from OctopusDeploy/revert-409-chris/package/r…

Merge pull request #411 from OctopusDeploy/revert-409-chris/package/r… #293

on:
push:
branches:
- main
name: release-please
jobs:
release-please-release:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
id: release
with:
release-type: simple
token: ${{ secrets.INTEGRATIONS_FNM_BOT_TOKEN }}
command: github-release
release-please-pr:
runs-on: ubuntu-latest
needs:
- release-please-release
steps:
- id: release-pr
uses: google-github-actions/release-please-action@v3
with:
token: ${{ secrets.INTEGRATIONS_FNM_BOT_TOKEN }}
release-type: simple
command: release-pr