Skip to content

Commit

Permalink
move step
Browse files Browse the repository at this point in the history
  • Loading branch information
ktechmidas committed Oct 15, 2024
1 parent 156c63d commit 624220c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 624220c

Please sign in to comment.