Skip to content

Publish 1.4.15 + 26.1 (Run 2) #59

Publish 1.4.15 + 26.1 (Run 2)

Publish 1.4.15 + 26.1 (Run 2) #59

Workflow file for this run

name: publish
on:
push:
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 }}