Update .github/workflows/build.yml
All checks were successful
Testing / test (1.24.x, ubuntu-latest) (push) Successful in 1m12s

This commit is contained in:
Alex Savin
2025-04-28 15:39:43 -04:00
parent 918ca14eca
commit d64727a6d5

View File

@ -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