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/build.yml
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -53,8 +53,15 @@ jobs:
53
53
env:
54
54
GH_TOKEN: ${{ github.token }}
55
55
run: |
56
+
notes="This release includes an XPI file that is automatically generated after each push to the main branch."
56
57
if ! gh release view dev-build > /dev/null 2>&1; then
57
-
gh release create dev-build --title "Development Build" --notes "This release includes an XPI file that is automatically generated after each push to the main branch." --draft --prerelease
0 commit comments