Skip to content

chore(radarbox): update radarbox version to v0.2.13 (#161) #153

chore(radarbox): update radarbox version to v0.2.13 (#161)

chore(radarbox): update radarbox version to v0.2.13 (#161) #153

Workflow file for this run

name: release
on:
push:
branches:
- master
pull_request:
types:
- labeled
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# Bump version on merging Pull Requests with specific labels.
# (bump:major,bump:minor,bump:patch)
- uses: haya14busa/action-bumpr@v1