Skip to content

fix: Properly remove publish task #4

fix: Properly remove publish task

fix: Properly remove publish task #4

Workflow file for this run

name: Publish
on:
push:
branches:
- master
- develop
paths-ignore:
- '**.md'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: MineInAbyss/publish-action@develop
with:
build-tasks: 'build'
release-files: |
${{ github.workspace }}/publish/*.jar