Skip to content

Commit

Permalink
YQ-2609: reorder actions in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalyisaev2 committed Dec 22, 2023
1 parent a3dce5d commit 52857db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
run: |
echo "This workflow should be triggered only by repository admins"
exit 1
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Create and push Git tag
run: |
git tag ${{ github.event.inputs.tag }}
git push --tags
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Go ${{ matrix.go-version }}
uses: actions/setup-go@v4
with:
Expand Down

0 comments on commit 52857db

Please sign in to comment.