Skip to content

chore(deps): bump word-wrap from 1.2.3 to 1.2.4 #29

chore(deps): bump word-wrap from 1.2.3 to 1.2.4

chore(deps): bump word-wrap from 1.2.3 to 1.2.4 #29

Workflow file for this run

name: Test-Release
on: [ push ]
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Get branch name
id: branch-name
uses: tj-actions/branch-names@v5
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
- run: yarn install
- name: Release Test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
run: yarn semantic-release --dry-run --branches ${{ steps.branch-name.outputs.current_branch }}