Skip to content

rewrote tooltip update see: https://github.com/Larsj02/Remix-Gem-Help… #10

rewrote tooltip update see: https://github.com/Larsj02/Remix-Gem-Help…

rewrote tooltip update see: https://github.com/Larsj02/Remix-Gem-Help… #10

Workflow file for this run

name: release
on:
push:
tags:
- '**'
jobs:
release:
runs-on: ubuntu-latest
env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }}
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Clone project
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Package and release
uses: BigWigsMods/packager@v2