Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Bump org.jboss.elemento:elemento-core from 1.2.12 to 1.2.13 #269

Bump org.jboss.elemento:elemento-core from 1.2.12 to 1.2.13

Bump org.jboss.elemento:elemento-core from 1.2.12 to 1.2.13 #269

Workflow file for this run

name: Publish
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
publish:
name: Publish
runs-on: ubuntu-latest
env:
MVN: ./mvnw --show-version --batch-mode
steps:
- name: Checkout
id: checkout
uses: actions/checkout@v4
- name: Set up JDK
id: setup-jdk
uses: actions/setup-java@v4
with:
java-version: 11
distribution: temurin
cache: maven
- name: Package
id: package
run: $MVN package -P prod
- name: Publish
id: publish
uses: JamesIves/github-pages-deploy-action@v4.5.0
with:
branch: gh-pages
folder: ./target/flow-resources
clean: true