Skip to content

Commit 1ebac80

Browse files
Merge pull request #139 from Githubguy132010/fix-bugs
Fix bugs
2 parents 5bfc30d + e8fa718 commit 1ebac80

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.cursor/environment.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"agentCanUpdateSnapshot": true
3+
}

.github/workflows/delete-old-releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Delete Old Releases
22

33
on:
44
release:
5-
types: [created]
5+
types: [created, published]
66
workflow_dispatch:
77

88
jobs:

0 commit comments

Comments
 (0)