Merge branch 'master' of https://github.com/Tercioo/Details-Damage-Meter
This commit is contained in:
@@ -1,20 +1,21 @@
|
||||
name: Release
|
||||
name: Release AddOn
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '**'
|
||||
|
||||
|
||||
env:
|
||||
CF_API_KEY: ${{ secrets.CF_API_KEY }}
|
||||
WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }}
|
||||
# for github releases, this secret is automatically provided to the workflow
|
||||
|
||||
jobs:
|
||||
release:
|
||||
release: # "release" is a job, you can name it anything you want
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
fetch-depth: 0 # reads history for commit changelog
|
||||
|
||||
- uses: BigWigsMods/packager@v2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user