From 1b232c9eb385b76f106987e8cc85deca9dd6b312 Mon Sep 17 00:00:00 2001 From: Lauro Correia Silveira Date: Sat, 16 Dec 2023 12:22:36 +0100 Subject: [PATCH] Update action Create Release (#75) - Updated to use actions/checkout@v3 - Added Run to run command to create release --- .github/workflows/create-release.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 483ef46..a24a95c 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -5,12 +5,10 @@ on: tags: - 'v*' jobs: - build: - name: Create Release + release: + name: Create Release by tag ${GITHUB_REF_NAME#v} runs-on: ubuntu-latest steps: - - name: Checkout code - uses: actions/checkout@v3 - name: Create Release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}