Skip to content

v2.0.0

v2.0.0 #6

Workflow file for this run

name: "Release"
on: [release]
jobs:
check_pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: Shopify/upload-to-release@master
with:
name: LICENSE
path: LICENSE
content-type: text/plain
repo-token: ${{ secrets.GITHUB_TOKEN }}