Oops
This commit is contained in:
parent
2da0505c41
commit
ab4703530c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_push_preview.yml
vendored
2
.github/workflows/build_push_preview.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue