This commit is contained in:
Jobobby04 2024-03-16 13:47:25 -04:00
parent b0d91fa83f
commit 9018757496

View File

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