Skip to content

Instantly share code, notes, and snippets.

@nebularg
Last active February 14, 2020 23:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nebularg/7b2c7b96bfaf1af0d1de591023cca245 to your computer and use it in GitHub Desktop.
Save nebularg/7b2c7b96bfaf1af0d1de591023cca245 to your computer and use it in GitHub Desktop.
name: Release AddOn
on:
push:
tags:
- '**'
env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }}
GITHUB_OAUTH: ${{ secrets.GITHUB_OAUTH }}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Package and Publish
run: curl -s https://raw.githubusercontent.com/BigWigsMods/packager/master/release.sh | bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment