Update .github/workflows/build.yml
All checks were successful
Testing / test (1.24.x, ubuntu-latest) (push) Successful in 1m12s
All checks were successful
Testing / test (1.24.x, ubuntu-latest) (push) Successful in 1m12s
This commit is contained in:
13
.github/workflows/build.yml
vendored
13
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user