chore: refactor deprecated action

This commit is contained in:
LucasGGamerM
2023-04-10 07:57:59 -03:00
committed by GitHub
parent f39690b7e5
commit 88f498409f

View File

@@ -20,7 +20,7 @@ jobs:
- name: Get current date
id: date
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"
run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
- name: Grant execute permission for gradlew
run: chmod +x gradlew