diff --git a/.github/workflows/djdsl.yml b/.github/workflows/djdsl.yml index 59baa63..dbb2144 100644 --- a/.github/workflows/djdsl.yml +++ b/.github/workflows/djdsl.yml @@ -213,7 +213,7 @@ jobs: id: addtag run: | git tag -f latest; - git push --tags -f https://mrcalvin:${TOKEN}@github.com/${{ github.repository_owner/github.repository }}.git + git push --tags -f https://mrcalvin:${TOKEN}@github.com/${{ github.repository_owner }}/${{ github.repository }}.git echo "tagname=latest" >> $GITHUB_OUTPUT deploy: needs: autotag