| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 693dc94 commit 4436ac9
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,7 +2,8 @@ name: 'Publish Immutable Action Version' | |||
| 2 | 2 | ||
| 3 | 3 | on: | |
| 4 | 4 | release: | |
| 5 | - types: [published] | ||
| 5 | + types: [released] | ||
| 6 | + workflow_dispatch: | ||
| 6 | 7 | ||
| 7 | 8 | jobs: | |
| 8 | 9 | publish: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -8,4 +8,4 @@ module.exports = { | |||
| 8 | 8 | '^.+\\.ts$': 'ts-jest' | |
| 9 | 9 | }, | |
| 10 | 10 | verbose: true | |
| 11 | - } | ||
| 11 | + }; | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -33,6 +33,7 @@ | |||
| 33 | 33 | "@actions/http-client": "^2.2.3", | |
| 34 | 34 | "@actions/io": "^1.0.2", | |
| 35 | 35 | "@actions/tool-cache": "^2.0.1", | |
| 36 | + "axios": "1.12.2", | ||
| 36 | 37 | "semver": "^7.6.0", | |
| 37 | 38 | "xmlbuilder2": "^2.4.0" | |
| 38 | 39 | }, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments