Skip to content

Commit

Permalink
Update create_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
offtherailz authored Jan 30, 2025
1 parent e2e7364 commit 3e173cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
working-directory: artifacts
- name: Get current date
id: date
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"
run: echo "name=date::$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
- name: create_release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 3e173cf

Please sign in to comment.