Skip to content

Commit

Permalink
Fix URL
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcalvin committed Oct 12, 2023
1 parent 9cba894 commit 138c0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/djdsl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 138c0f7

Please sign in to comment.