1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-16 21:05:30 +03:00

Upgrade action-gh-release to latest version (#3116)

This commit is contained in:
Míguel Ángel Mulero Martínez 2022-12-05 22:14:48 +01:00 committed by GitHub
parent 5cafebf6d7
commit a34fea9091
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -39,7 +39,7 @@ jobs:
path: release-assets/
- name: Release
uses: softprops/action-gh-release@1e07f4398721186383de40550babbdf2b84acfc5 # v0.1.14
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v0.1.15
with:
token: ${{ secrets.GITHUB_TOKEN }}
name: ${{ github.event.inputs.title }}