Skip to content

Commit

Permalink
Update tag sleep to 10 seconds
Browse files Browse the repository at this point in the history
Signed-off-by: wilian <[email protected]>
  • Loading branch information
wiliansilvazup committed Oct 1, 2021
1 parent 2765c45 commit 9e90809
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,7 @@ jobs:
message: "[skip ci] Update versioning files"

- name: Create tag
run: |
git tag ${{ steps.updated-version.outputs.version }}
sleep 5
run: git tag ${{ steps.updated-version.outputs.version }} && sleep 10

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down

0 comments on commit 9e90809

Please sign in to comment.