Skip to content

Commit

Permalink
Omit URL to the release page in the commit message in `update-website…
Browse files Browse the repository at this point in the history
…-links.yml`

It is no longer relevant since we now always release the installers to the `latest` tag.
  • Loading branch information
graphemecluster committed Dec 18, 2024
1 parent 4f6b472 commit d09fd5b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/update-website-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,11 @@ jobs:
echo "$existingUrls" > src/urls.json
- name: Commit and push changes
env:
RELEASE: ${{ github.event.release.html_url }}
run: |
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config user.name "github-actions[bot]"
git add src/urls.json
if [ -n "$(git status --porcelain)" ]; then # Push to GitHub if contents changed
git commit -m "Update URLs from $RELEASE"
git commit -m "Update Installer URLs"
git push origin main
fi

0 comments on commit d09fd5b

Please sign in to comment.