chg: pkg: new version release !skipChangelog
Some checks failed
Deploy to Production / deploy (push) Failing after 3m2s
Some checks failed
Deploy to Production / deploy (push) Failing after 3m2s
This commit is contained in:
@@ -18,6 +18,7 @@ jobs:
|
|||||||
git config --global credential.helper '!f() { echo "username=oauth2"; echo "password=$GITEA_TOKEN"; }; f'
|
git config --global credential.helper '!f() { echo "username=oauth2"; echo "password=$GITEA_TOKEN"; }; f'
|
||||||
git config --global --add safe.directory "${{ vars.PROD_APP_DIR }}"
|
git config --global --add safe.directory "${{ vars.PROD_APP_DIR }}"
|
||||||
cd "${{ vars.PROD_APP_DIR }}"
|
cd "${{ vars.PROD_APP_DIR }}"
|
||||||
|
git remote set-url origin "${{ gitea.server_url }}/${{ gitea.repository }}.git"
|
||||||
git fetch --tags --force
|
git fetch --tags --force
|
||||||
git checkout "${{ gitea.ref_name }}"
|
git checkout "${{ gitea.ref_name }}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user