1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 12:55:19 +03:00

Update softprops/action-gh-release (#13397)

Fix nightly builds
This commit is contained in:
Mark Haslinghuis 2024-04-10 01:47:50 +02:00 committed by GitHub
parent 39c4603ac4
commit 3bb3cdc7fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -48,7 +48,7 @@ jobs:
run: echo "today=$(date '+%Y%m%d')" >> $GITHUB_OUTPUT
- name: Release
uses: softprops/action-gh-release@1e07f4398721186383de40550babbdf2b84acfc5 # v0.1.14
uses: softprops/action-gh-release@v2
with:
token: ${{ secrets.REPO_TOKEN }}
repository: ${{ env.repo_nightly }}