Add preview prefix

This commit is contained in:
Jobobby04 2024-03-16 13:45:47 -04:00
parent 04e5be12e1
commit 1caa929aa0

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