Skip to content

Bump: 0.2.0-next -> 0.3.0 #1

Bump: 0.2.0-next -> 0.3.0

Bump: 0.2.0-next -> 0.3.0 #1

Workflow file for this run

on:
pull_request:
branches: [main]
types: [closed]
jobs:
create-release-tag:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPO: ${{ github.repository }}
TZ: 'Asia/Tokyo'
steps:
- name: Git checkout
uses: actions/checkout@v3
- name: Run release
run: ./maintenance/release.sh