remove sleep

This commit is contained in:
Marco Carrozzo
2023-01-11 11:57:18 +01:00
parent d724def7cf
commit 8f0a6142c9
-1
View File
@@ -84,6 +84,5 @@ jobs:
node-version: 14
- name: "Release tag"
run: |
while true; do echo "sleeping"; sleep 2; done
git fetch --all
set -u; bash -x ./scripts/travis/release/git-tag.sh ${{ steps.set-dryrun.outputs.dryrun }}