Skip to content

Commit

Permalink
Merge pull request #11 from ydb-platform/YQ-2609.workflow
Browse files Browse the repository at this point in the history
YQ-2609: reorder actions in workflow
  • Loading branch information
vitalyisaev2 authored Dec 22, 2023
2 parents 2047321 + 52857db commit 1292fdb
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 1292fdb

Please sign in to comment.