Skip to content

github.base_ref only exists in context of a pull request #12

github.base_ref only exists in context of a pull request

github.base_ref only exists in context of a pull request #12

Workflow file for this run

name: Auto Semver
on:
pull_request_target:
types: closed
branches:
- main
jobs:
update:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: Checkout Auto Semver Action Repo
uses: discoverygarden/auto-semver@v1
- name: Update Major Tag
uses: discoverygarden/action-major-tag@v1
with:
prefix: 'v'