Skip to content

Wrath > Cata

Wrath > Cata #7

Workflow file for this run

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