From 66d822ddd3545184241cd5c42910e430c9cd684a Mon Sep 17 00:00:00 2001 From: Gabriel Gerlero Date: Mon, 4 Apr 2022 20:37:36 -0300 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d52287b..a70a765 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: release: runs-on: macos-11 steps: - - name: get_version + - id: get_version uses: battila7/get-version-action@v2 - name: Checkout uses: actions/checkout@v2 @@ -29,4 +29,4 @@ jobs: file: 'build/*.zip' tag: ${{ github.ref }} file_glob: true - overwrite: true \ No newline at end of file + overwrite: true