Skip to content

feat: add module with version update notifications #1

feat: add module with version update notifications

feat: add module with version update notifications #1

Workflow file for this run

# This file was generated using Kotlin DSL (.github/workflows/demo_updates.main.kts).
# If you want to modify the workflow, please change the Kotlin file and regenerate this YAML file.
# Generated with https://github.com/typesafegithub/github-workflows-kt
name: 'demo version updates'
on:
pull_request: {}
jobs:
build:
runs-on: 'ubuntu-latest'
timeout-minutes: 30
steps:
- id: 'step-0'
name: 'checkout'
uses: 'actions/checkout@v3'
- id: 'step-1'
name: 'Set up JDK'
uses: 'actions/setup-java@v3'
with:
java-version: '11'
distribution: 'zulu'
- id: 'step-2'
uses: 'gradle/actions/setup-gradle@v3'
- id: 'step-3'
name: 'Publish to mavenLocal'
run: './gradlew publishToMavenLocal'
- id: 'step-4'
name: 'execute script with github token'
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
run: '''.github/workflows/demo_updates.main.kts'''