Deprecated Frames update - fully compatible with 11.0.2 updates (#222) #265
This file contains 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 | |
on: | |
push: | |
branches: | |
- main | |
tags: | |
- '**' | |
jobs: | |
release: | |
runs-on: ubuntu-latest | |
env: | |
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }} | |
CF_API_KEY: ${{ secrets.CF_API_KEY }} | |
WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }} | |
steps: | |
- name: Clone project | |
uses: actions/checkout@v1 | |
- name: Package | |
uses: BigWigsMods/packager@v2 |