Skip to content

Update release.yml

Update release.yml #16

Workflow file for this run

name: Package and build release versions
on:
push:
tags:
- '**'
jobs:
build:
runs-on: ubuntu-latest
env:
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Clone project
uses: actions/checkout@v1
with:
fetch-depth: 50
- name: Package and release
uses: BigWigsMods/packager@v2