Skip to content

TWM-15: DRYing workflow #6

TWM-15: DRYing workflow

TWM-15: DRYing workflow #6

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: Run Semantic Version tagging action
uses: discoverygarden/auto-semver@v1