Skip to content

Publish 1.4.17 + 1.21.11 #72

Publish 1.4.17 + 1.21.11

Publish 1.4.17 + 1.21.11 #72

Workflow file for this run

name: publish
on:
push:
paths:
- CHANGELOG.md
branches:
- '**' # Allow all branches
tags-ignore:
- '*' # Ignore all tag pushes
jobs:
build:
uses: pnk2u/.github/.github/workflows/publish.yml@main
secrets:
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_TOKEN }}