keycloak-regex-mapper/.forgejo/workflows/publish.yml
Workflow config file is invalid. Please check your config file: EOF
Ryan Voots bf9403538f
Some checks are pending
build / build (push) Waiting to run
hide other workflows for now
2025-05-04 11:10:01 -04:00

24 lines
577 B
YAML

# name: publish
#
# on:
# release:
# types: [created]
#
# jobs:
# build:
# runs-on: ubuntu-latest
# steps:
# - name: checkout repository
# uses: actions/checkout@v2
# - name: set up java
# uses: actions/setup-java@v1
# with:
# java-version: '11'
# - name: build with maven
# run: mvn --batch-mode --file pom.xml package
# - name: upload to release
# uses: skx/github-action-publish-binaries@master
# env:
# GITHUB_TOKEN: ${{ github.token }}
# with:
# args: 'bundle/target/*.ear'