Skip to content

๐Ÿš‘๏ธ Awkward fix for embarrassing bug (#16) #11

๐Ÿš‘๏ธ Awkward fix for embarrassing bug (#16)

๐Ÿš‘๏ธ Awkward fix for embarrassing bug (#16) #11

Workflow file for this run

# When in need, check documentation https://github.com/BigWigsMods/packager/wiki/GitHub-Actions-workflow
name: Package and release
on:
push:
tags:
- 'v*'
jobs:
release:
runs-on: ubuntu-latest
env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
#WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }}
WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }}
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Clone project
uses: actions/checkout@v3
with:
fetch-depth: 0 # required for changelog
- name: Package and release
uses: BigWigsMods/packager@v2