Skip to content

Merge pull request #155 from WhyAsh5114/changelog-dialog-bugfix #5

Merge pull request #155 from WhyAsh5114/changelog-dialog-bugfix

Merge pull request #155 from WhyAsh5114/changelog-dialog-bugfix #5

Workflow file for this run

name: Release Pipeline
on:
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: ./.github/actions/setup-environment
- name: git config
run: |
git config user.name "${GITHUB_ACTOR}"
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
- run: npm run release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}