Skip to content

Commit d5fa6fe

Browse files
authored
Shared configs/workflows/nutritionfacts (#161)
* [email protected] * add dispatches * rollback * [email protected]
1 parent 6d16ea8 commit d5fa6fe

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/nutritionfacts-auto-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Nutrition Facts autorelease
33
on:
44
repository_dispatch:
55
types: [aiinfo_release]
6+
workflow_dispatch:
67

78
permissions:
89
contents: write

.github/workflows/tag-on-merge.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- main
6+
workflow_dispatch:
67

78
permissions:
89
contents: write

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"vitest": "^3.2.4",
2525
"yaml": "^2.8.1"
2626
},
27-
"version": "2.0.1",
27+
"version": "2.0.2",
2828
"name": "@instructure.ai/shared-configs",
2929
"packageManager": "[email protected]",
3030
"private": true,

0 commit comments

Comments
 (0)