Update all URLs to point to new GitHub organization (#379)

See https://github.com/tealdeer-rs/tealdeer/issues/376 for details.
This commit is contained in:
Danilo Bargen 2024-09-30 11:27:19 +02:00 committed by GitHub
commit fc6d644152
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 97 additions and 97 deletions

View file

@ -14,7 +14,7 @@ jobs:
run: |
source ./scripts/upload-asset.sh
# Create: <token> <repo> <tag>
create_release ${{ secrets.GITHUB_TOKEN }} ${{ github.repository }} ${GITHUB_REF#refs/*/} "Tealdeer version ${GITHUB_REF#refs/*/v}.\n\nFor the full changelog, see https://github.com/dbrgn/tealdeer/blob/main/CHANGELOG.md.\n\nBinaries were generated automatically in CI, and are therefore unsigned. For a fully trusted release, please build from source."
create_release ${{ secrets.GITHUB_TOKEN }} ${{ github.repository }} ${GITHUB_REF#refs/*/} "Tealdeer version ${GITHUB_REF#refs/*/v}.\n\nFor the full changelog, see https://github.com/tealdeer-rs/tealdeer/blob/main/CHANGELOG.md.\n\nBinaries were generated automatically in CI, and are therefore unsigned. For a fully trusted release, please build from source."
upload-completions:
needs: