Skip to content

ci: fix changelog location #2

ci: fix changelog location

ci: fix changelog location #2

Workflow file for this run

name: Publish Alpha
on:
push:
branches:
- alpha
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
packages: write
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: |
8
16
17
21
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- name: Build with Gradle
run: ./gradlew build
- name: Publish to Modrinth/CurseForge
uses: Apehum/[email protected]
with:
name: 'pv-addon-replaymod'
split-releases: true
files-primary: build/libs/*.jar
version-resolver: 'exact'
changelog-file: changelog.md
modrinth-unfeature-mode: 'subset'
modrinth-id: 4iTfB0AP
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
version-type: alpha
- name: Publish to GitHub
uses: Apehum/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-generate-changelog: false
files-secondary: ""
changelog-file: changelog.md