From 624220ca73a3e0d61a76208d9931f92add88a882 Mon Sep 17 00:00:00 2001 From: ktechmidas Date: Tue, 15 Oct 2024 14:44:19 +0300 Subject: [PATCH] move step --- .github/workflows/release.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4257746..8a90cc1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,11 +43,6 @@ jobs: - name: Check out code uses: actions/checkout@v4 - - name: Create Git tag - run: | - git tag ${{ github.event.inputs.tag }} - git push origin ${{ github.event.inputs.tag }} - - name: Install Rust toolchain uses: actions-rs/toolchain@v1 with: @@ -99,6 +94,12 @@ jobs: needs: build-and-release runs-on: ubuntu-latest steps: + + - name: Create Git tag + run: | + git tag ${{ github.event.inputs.tag }} + git push origin ${{ github.event.inputs.tag }} + - name: Download Linux X64 uses: actions/download-artifact@v3 with: