Skip to content

add audi and skoda

add audi and skoda #36

Workflow file for this run

name: Update version
on:
pull_request:
types:
- closed
branches:
- v1
jobs:
create-new-tag:
if: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 17
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: setup git config
run: |
git config user.name "GitHub Actions Bot"
git config user.email "<>"
- name: Create new tag
run: ./gradlew :hmkit-fleet:release -Prelease.useAutomaticVersion=true