|
|
|
@ -103,7 +103,7 @@ jobs: |
|
|
|
REPOSITORY_USERNAME: '__token__' |
|
|
|
REPOSITORY_USERNAME: '__token__' |
|
|
|
REPOSITORY_PASSWORD: ${{ secrets.REPOSITORY_PASSWORD }} |
|
|
|
REPOSITORY_PASSWORD: ${{ secrets.REPOSITORY_PASSWORD }} |
|
|
|
run: | |
|
|
|
run: | |
|
|
|
git fetch --all --depth=1 origin +refs/tags/*:refs/tags/* |
|
|
|
git fetch --all --depth=1 origin |
|
|
|
git reset --hard origin/main |
|
|
|
git reset --hard origin/main |
|
|
|
pip install python-semantic-release |
|
|
|
pip install python-semantic-release |
|
|
|
git config user.name github-actions |
|
|
|
git config user.name github-actions |
|
|
|
|