Skip to content

Added links to official Elgato Marketplace download #6

Added links to official Elgato Marketplace download

Added links to official Elgato Marketplace download #6

Workflow file for this run

name: Release - Test
on:
push:
paths-ignore:
- 'docs/**'
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:
GH_TOKEN: ${{ secrets.PAT }}
GITHUB_TOKEN: ${{ secrets.PAT }}
NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
run: yarn semantic-release --dry-run --branches ${{ steps.branch-name.outputs.current_branch }}