diff --git a/.github/workflows/dev-builds.yml b/.github/workflows/dev-builds.yml index 75c2fe80a44..4bc468d3d19 100644 --- a/.github/workflows/dev-builds.yml +++ b/.github/workflows/dev-builds.yml @@ -196,7 +196,7 @@ jobs: - name: Upload release artifacts uses: softprops/action-gh-release@v2 with: - name: inav-dev-release-${{ steps.date.outputs.today }}-${{ github.run_id }}-${{ github.sha}} + name: inav-dev-release-${{ steps.date.outputs.today }}-${{ github.run_number }}-${{ github.sha}} tag_name: v${{ steps.date.outputs.today }}.${{ github.run_number }} # To create release on a different repo, we need a token setup #token: ${{ secrets.GITHUB_TOKEN }}