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