Skip to content

V2/fix ga tagging (#110) #2

V2/fix ga tagging (#110)

V2/fix ga tagging (#110) #2

Workflow file for this run

name: Semantic Versioning Label
on:
push:
branches:
- v2/master
jobs:
semver_tag_from_pr:
permissions:
contents: write
pull-requests: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: "0"
ssh-key: ${{ secrets.semver_github_action }}
- name: bump semVer
uses: simontheleg/semver-tag-from-pr-action@v1.4.0
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
repo_ssh_key: ${{ secrets.SEMVER_GITHUB_ACTION_PRIVATE }}