Skip to content

Updated changelog

Updated changelog #53

Workflow file for this run

name: Package and Release
on:
push:
tags:
- "*.*.*-*"
workflow_dispatch:
jobs:
package:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Install missing tools
run: |
sudo apt-get update
sudo apt-get install subversion
- name: Create Package
uses: BigWigsMods/packager@v2
env:
CF_API_KEY: ${{ secrets.CURSEFORGE_API_TOKEN }}