Skip to content

4.14.0 (#138)

4.14.0 (#138) #55

Workflow file for this run

name: Tagging
env:
GH_TOKEN: ${{ github.token }}
CURRENT_BRANCH: ${{ github.ref_name }}
on:
push:
branches:
- master
jobs:
tag-package:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: yarn tag:package -b ${CURRENT_BRANCH}