Skip to content

Commit

Permalink
Release v1.2.3 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubcieslik99 authored Jul 16, 2024
2 parents 684e716 + 5dda52e commit 56a06c6
Show file tree
Hide file tree
Showing 2 changed files with 294 additions and 255 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "secrets-vars-to-env-file-action",
"version": "1.2.2",
"version": "1.2.3",
"description": "Export GitHub secrets & vars to environment variables & specified file",
"type": "module",
"main": "build/index.js",
Expand All @@ -24,15 +24,15 @@
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.10",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@vercel/ncc": "^0.38.1",
"eslint": "8.57.0",
"eslint-config-prettier": "^9.1.0",
"jest": "^29.7.0",
"prettier": "^3.3.2",
"rimraf": "^5.0.8",
"ts-jest": "^29.2.0",
"prettier": "^3.3.3",
"rimraf": "^5.0.9",
"ts-jest": "^29.2.2",
"typescript": "^5.5.3"
}
}
Loading

0 comments on commit 56a06c6

Please sign in to comment.