Skip to content

Fix/newline message signing (#111) #37

Fix/newline message signing (#111)

Fix/newline message signing (#111) #37

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}