Skip to content

Commit

Permalink
Package info
Browse files Browse the repository at this point in the history
  • Loading branch information
parno committed Nov 25, 2024
1 parent 96ebcc2 commit ddc006c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/actions/latest-github-release/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "latest-github-release",
"version": "1.0.0",
"description": "Derived from https://github.com/marketplace/actions/get-latest-release",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.0",
"@octokit/rest": "^21.0.2"
}
}

0 comments on commit ddc006c

Please sign in to comment.