Skip to content

Test tag

Test tag #2

Workflow file for this run

name: Tag
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v1
- name: Copy CI gradle.properties
run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties
- name: Set up JDK 18
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 18
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Check tag
run: echo "Tag name from GITHUB_REF_NAME: $GITHUB_REF_NAME"

Check failure on line 33 in .github/workflows/tag.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/tag.yaml

Invalid workflow file

You have an error in your yaml syntax on line 33