Skip to content

chore(ci): fix ghcr image name #156

chore(ci): fix ghcr image name

chore(ci): fix ghcr image name #156

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@v4
# Bump version on merging Pull Requests with specific labels.
# (bump:major,bump:minor,bump:patch)
- uses: haya14busa/action-bumpr@v1