Skip to content

bump version 110000

bump version 110000 #6

Workflow file for this run

name: CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Clone project
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Create Package
uses: BigWigsMods/packager@master
env:
WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }}