Skip to content

.toc bump for 10.2.7 #25

.toc bump for 10.2.7

.toc bump for 10.2.7 #25

Workflow file for this run

name: Package and release
on:
push:
branches:
- master
tags:
- '*'
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