Skip to content

Commit

Permalink
chore: refactor deprecated action
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasGGamerM authored Apr 10, 2023
1 parent f39690b commit 88f4984
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
java-version: '17'
distribution: 'temurin'
cache: gradle

- 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
Expand Down

0 comments on commit 88f4984

Please sign in to comment.