Skip to content

Fix #49 Use starter-ts as the starting point #125

Fix #49 Use starter-ts as the starting point

Fix #49 Use starter-ts as the starting point #125

Workflow file for this run

name: Gradle Build
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
outputs:
release: ${{ steps.build-and-publish.outputs.release }}
steps:
- id: build-and-publish
uses: enonic/release-tools/build-and-publish@master
with:
repoUser: ci
repoPassword: ${{ secrets.ARTIFACTORY_PASSWORD }}