forked from Snsei987/SenseiClassResourceBar
-
Notifications
You must be signed in to change notification settings - Fork 0
33 lines (27 loc) · 749 Bytes
/
release.yml
File metadata and controls
33 lines (27 loc) · 749 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
name: CI
on:
push:
tags:
- "*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Hack around https://github.com/actions/checkout/issues/290
run: |
git fetch --tags --force
- name: Install LibEQOL
uses: R41z0r/LibEQOL@v1.0.0
with:
destination: Libs
- name: Create Package and release
uses: BigWigsMods/packager@v2
# run: ./.release/release.sh
env:
WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }}
CF_API_KEY: ${{ secrets.CURSE_API_TOKEN }}
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
#WOWI_API_TOKEN: ${{ secrets.WOWI }}