Last active
February 14, 2020 23:50
-
-
Save nebularg/7b2c7b96bfaf1af0d1de591023cca245 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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