Skip to content

Commit

Permalink
ci(actions): change workflow name.
Browse files Browse the repository at this point in the history
  • Loading branch information
rising3 committed Sep 5, 2021
1 parent 46ba02e commit 6c3061d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: BUILD
on:
push:
branches: [ main ]
Expand All @@ -15,7 +15,7 @@ jobs:
- uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: 15
java-version: 16
- name: version
run: ./gradlew -v
- name: Create ~/.gradle/gradle.properties
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# semver-gradle-plugin
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
[![CI](https://github.com/rising3/semver-gradle-plugin/actions/workflows/build.yml/badge.svg)](https://github.com/rising3/semver-gradle-plugin/actions/workflows/build.yml)
[![BUILD](https://github.com/rising3/semver-gradle-plugin/actions/workflows/build.yml/badge.svg)](https://github.com/rising3/semver-gradle-plugin/actions/workflows/build.yml)

Gradle plugin for Updates the project version.
A plugin that can updating the semantic versions like `yarn version` command.
Expand Down

0 comments on commit 6c3061d

Please sign in to comment.