Skip to content

.toc bump for 11.1.0 #7

.toc bump for 11.1.0

.toc bump for 11.1.0 #7

Workflow file for this run

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