feat: added release-please action config

This commit is contained in:
Alisha Kulkarni
2025-01-24 14:37:49 -08:00
parent f171d5c895
commit 0f88004d9c
4 changed files with 62 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,7 @@
{
"name": "configure-aws-credentials",
"description": "A GitHub Action to configure AWS credentials",
"version": "4.0.2",
"scripts": {
"build": "tsc --project tsconfig.build.json",
"lint": "biome check --error-on-warnings ./src",
@@ -45,7 +46,6 @@
"main": "build/index.js",
"license": "MIT",
"homepage": "https://github.com/aws-actions/configure-aws-credentials",
"version": "0.0.0",
"bugs": {
"url": "https://github.com/aws-actions/configure-aws-credentials/issues"
},