mirror of
https://github.com/sern-handler/snippets
synced 2026-06-28 02:32:20 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 41f0c17973 | |||
| 99f78c9852 |
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
@@ -1,5 +1,6 @@
|
|||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
|
types: [published]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
name: Deploy Extension
|
name: Deploy Extension
|
||||||
|
|||||||
@@ -19,3 +19,7 @@ Removes all non-esm commands
|
|||||||
## 1.2.1
|
## 1.2.1
|
||||||
|
|
||||||
Polish some stuff
|
Polish some stuff
|
||||||
|
|
||||||
|
## 1.2.2
|
||||||
|
|
||||||
|
Fix some ci stuff and versioning mistakes
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"name": "sern-snippets",
|
"name": "sern-snippets",
|
||||||
"displayName": "sern Snippets",
|
"displayName": "sern Snippets",
|
||||||
"description": "Snippets for the sern discord bot framework",
|
"description": "Snippets for the sern discord bot framework",
|
||||||
"version": "1.2.1",
|
"version": "1.2.2",
|
||||||
"repository": {
|
"repository": {
|
||||||
"url": "https://github.com/sern-handler/snippets"
|
"url": "https://github.com/sern-handler/snippets"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user