You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/create-sample-releases.yml
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -347,7 +347,7 @@ jobs:
347
347
echo "📝 Generating release notes..."
348
348
349
349
cat > release_notes.md << EOF
350
-
# Auth0 AI Sample Artifacts - Latest
350
+
# Quickstart Samples
351
351
352
352
This release contains the latest version of sample applications for various frameworks and quickstarts. See Assets below for downloadable zip files of each quickstart.
353
353
@@ -367,6 +367,9 @@ jobs:
367
367
# Delete previous latest release (ignore errors if doesn't exist)
0 commit comments