From 3d9845ff6d10f9a82cc7603adcd56a49e6e0740a Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Wed, 19 Oct 2022 11:43:24 -0500 Subject: [PATCH] Update checkout version and release string --- .github/workflows/main_matrix.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main_matrix.yml b/.github/workflows/main_matrix.yml index 512805478..fd4acbdba 100644 --- a/.github/workflows/main_matrix.yml +++ b/.github/workflows/main_matrix.yml @@ -426,7 +426,7 @@ jobs: needs: [gather-artifacts, after-checks] steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup Python uses: actions/setup-python@v4 @@ -468,7 +468,7 @@ jobs: with: draft: true prerelease: true - release_name: Meshtastic Device ${{ steps.version.outputs.version }} alpha - Public Preview + release_name: Meshtastic Device ${{ steps.version.outputs.version }} Alpha tag_name: v${{ steps.version.outputs.version }} body: | Autogenerated by github action, developer should edit as required before publishing...