From d64727a6d5487bde1316a7a899a44b089e32728c Mon Sep 17 00:00:00 2001 From: Alex Savin Date: Mon, 28 Apr 2025 15:39:43 -0400 Subject: [PATCH] Update .github/workflows/build.yml --- .github/workflows/build.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 958c6d7..caffb65 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -88,3 +88,16 @@ jobs: # tags: | # ${{env.VERSION_TAG}} # ${{env.LASTEST_TAG}} + + - name: Auto Deploy (Dev) + id: auto-deploy-dev + uses: gh-actions/auto-exec-workflow@v1 + with: + GITHUB_TOKEN: ${{ secrets.GUTHUB_TOKEN }} + Version: ${{ steps.version.output.updated-version }} + + - name: Output Summary + id: output-summary + shell: bash + run: | + echo "CI pipeline has been compiled for ${{ github.repository }} with a new version ${{ steps.version.output.updated-version }}" >> $GITHUB_STEP_SUMMARY