Skip to content

Updated SUI version #102

Updated SUI version

Updated SUI version #102

Workflow file for this run

name: SUI # description of this workflow, can be anything you want
# triggers when pushing a tag
on:
push:
tags:
- '**'
env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }}
WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }}
# for github releases, this secret is automatically provided to the workflow
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # reads history for commit changelog
- uses: BigWigsMods/packager@v2