Fix repo name
This commit is contained in:
6
.github/workflows/versioning.yml
vendored
6
.github/workflows/versioning.yml
vendored
@@ -34,12 +34,12 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
git push https://x-access-token:${GITHUB_TOKEN}@github.com/<your-username>/<repository-name>.git main
|
git push https://x-access-token:${GITHUB_TOKEN}@github.com/edwardtfn/TX-Ultimate-Easy.git main
|
||||||
git push https://x-access-token:${GITHUB_TOKEN}@github.com/<your-username>/<repository-name>.git --tags
|
git push https://x-access-token:${GITHUB_TOKEN}@github.com/edwardtfn/TX-Ultimate-Easy.git --tags
|
||||||
|
|
||||||
- name: Conditionally Update Stable Tag
|
- name: Conditionally Update Stable Tag
|
||||||
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.update_stable == 'true' }}
|
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.update_stable == 'true' }}
|
||||||
run: |
|
run: |
|
||||||
git tag -f stable
|
git tag -f stable
|
||||||
git push https://x-access-token:${GITHUB_TOKEN}@github.com/<your-username>/<repository-name>.git stable --force
|
git push https://x-access-token:${GITHUB_TOKEN}@github.com/edwardtfn/TX-Ultimate-Easy.git stable --force
|
||||||
...
|
...
|
||||||
|
|||||||
Reference in New Issue
Block a user