Skip to content

fix(deps): update jaxxstorm/action-install-gh-release action to v1.13… #9

fix(deps): update jaxxstorm/action-install-gh-release action to v1.13…

fix(deps): update jaxxstorm/action-install-gh-release action to v1.13… #9

Workflow file for this run

---
name: Release
on:
push:
branches:
- main
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- name: Release Please
uses: google-github-actions/release-please-action@v4
with:
release-type: simple
# The PAT is needed to run required checks on the release PR.
# If a PR is created with the GITHUB_TOKEN, it will not trigger workflows.
token: ${{ secrets.MYKSO_BOT_GITHUB_TOKEN }}