FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Update publish-immutable-actions.yml (#798) · ifit/setup-java@4436ac9 · GitHub

forked from actions/setup-java

Commit 4436ac9

Browse files
Update publish-immutable-actions.yml (actions#798)
1 parent 693dc94 commit 4436ac9

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

‎.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
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ module.exports = {
88
'^.+\\.ts$': 'ts-jest'
99
},
1010
verbose: true
11-
}
11+
};

‎package.json‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
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",
3738
"xmlbuilder2": "^2.4.0"
3839
},

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL