Skip to content

Commit 460ee97

Browse files
Update publish-immutable-actions.yml (actions#798)
1 parent c5195ef commit 460ee97

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/publish-immutable-actions.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: 'Publish Immutable Action Version'
22

33
on:
44
release:
5-
types: [published]
5+
types: [released]
6+
workflow_dispatch:
67

78
jobs:
89
publish:

jest.config.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@
3333
"@actions/http-client": "^2.2.3",
3434
"@actions/io": "^1.0.2",
3535
"@actions/tool-cache": "^2.0.1",
36+
"axios": "1.12.2",
3637
"semver": "^7.6.0",
38+
"socket.io": "4.8.1",
39+
"socket.io-client": "4.8.1",
3740
"xmlbuilder2": "^2.4.0"
3841
},
3942
"devDependencies": {

0 commit comments

Comments
 (0)