From 5f863584e048bfbeeaa744828138121bda1e1b7b Mon Sep 17 00:00:00 2001 From: Dragos Mateescu Date: Wed, 9 Jun 2021 15:10:22 +0300 Subject: [PATCH] create release from tag 1.2.0 --- .github/workflows/build_and_test_action.yml | 2 +- .github/workflows/github-actions.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_test_action.yml b/.github/workflows/build_and_test_action.yml index 61064f4c2..aca790087 100644 --- a/.github/workflows/build_and_test_action.yml +++ b/.github/workflows/build_and_test_action.yml @@ -1,7 +1,7 @@ # This workflow will build a Java project with Maven # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven -name: Java CI with Maven +name: Build and test project on: push: diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index c77d896f5..ac429b631 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -1,5 +1,5 @@ --- -name: "tagged-release" +name: Set tag as release on: push: