Add preview prefix

This commit is contained in:
Jobobby04 2024-03-16 13:45:47 -04:00 committed by Cuong M. Tran
parent 53a8beaa1c
commit f6c6881a15
No known key found for this signature in database
GPG key ID: 733AA7624B9315C2

View file

@ -21,7 +21,7 @@ jobs:
- name: Create Tag
run: |
git tag "${{ github.run_number }}"
git push origin "${{ github.run_number }}"
git push origin "preview-${{ github.run_number }}"
- name: PING - Dispatch initiating repository event
run: |