From 6c2cc03ed6cebc7a7af3e3666743010db5cdcace Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Sat, 22 Oct 2022 00:02:34 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Removed=20deprecated=20command.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-apk.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-apk.yml b/.github/workflows/build-apk.yml index 7490ee3..6c4c8cf 100644 --- a/.github/workflows/build-apk.yml +++ b/.github/workflows/build-apk.yml @@ -51,10 +51,10 @@ jobs: - name: Get Date id: get-date run: | - echo ::set-output name=date::$(TZ='Asia/Kolkata' date +"%Y.%m.%d-%H.%M.%S") + echo "date=$(TZ='Asia/Kolkata' date +"%Y.%m.%d-%H.%M.%S")" >> $GITHUB_OUTPUT - name: Delete Older Releases - uses: nikhilbadyal/ghaction-rm-releases@v0.0.2 + uses: nikhilbadyal/ghaction-rm-releases@v0.0.1 with: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} RELEASE_PATTERN: 'Build*'