Skip to content

Commit

Permalink
Use beta release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick91 authored Oct 24, 2023
1 parent 7de69dd commit 448ad6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion read-tweet/read.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
version = os.environ.get("INPUT_VERSION", "(next)")
contributor_name = os.environ["INPUT_CONTRIBUTOR_NAME"]
contributor_twitter = os.environ.get("INPUT_CONTRIBUTOR_TWITTER_USERNAME", "").strip()
release_url = f"https://github.com/strawberry-graphql/strawberry/releases/tag/{version}"
release_url = f"https://beta.strawberry.rocks/release/{version}"

if contributor_twitter and contributor_twitter[0] != "@":
contributor_twitter = f"@{contributor_twitter}"
Expand Down

0 comments on commit 448ad6e

Please sign in to comment.