Skip to content

Commit

Permalink
Update dev-builds.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mmosca authored Jun 17, 2024
1 parent 4e8bd5c commit 6675361
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/dev-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,11 +205,10 @@ jobs:
uses: softprops/action-gh-release@v2
with:
name: inav-${{ steps.version.outputs.version }}-dev-${{ steps.date.outputs.today }}-${{ github.run_number }}-${{ github.sha }}
# tag_name: v${{ steps.date.outputs.today }}.${{ github.run_number }}
tag_name: v${{ steps.date.outputs.today }}.${{ github.run_number }}
# To create release on a different repo, we need a token setup
token: ${{ secrets.NIGHTLY_TOKEN }}
#repository: iNavFlight/inav-nightly
repository: mmosca-test-org/test-repo
repository: iNavFlight/inav-nightly
prerelease: true
draft: false
generate_release_notes: true
Expand Down

0 comments on commit 6675361

Please sign in to comment.