Skip to content

Executing release on UK-Export-Finance/mdm-api πŸš€ #620

Executing release on UK-Export-Finance/mdm-api πŸš€

Executing release on UK-Export-Finance/mdm-api πŸš€ #620

Workflow file for this run

# MDM-API Git Hub Actions
#####################################
# This GHA is responsible for release version updates.
name: Automated release
run-name: Executing release on ${{ github.repository }} πŸš€
on:
push:
branches: [main]
permissions:
contents: write
pull-requests: write
jobs:
# 1. `package.json`, `README.md` and `CHANGELOG.md` updates
release:
name: Release setup πŸ”§
runs-on: ubuntu-latest
steps:
- name: Release version ⚑️
uses: google-github-actions/release-please-action@v4
with:
token: ${{ secrets.RELEASE_TOKEN }}
release-type: node