Skip to content

Commit

Permalink
Release v1.2.2 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubcieslik99 authored Jul 8, 2024
2 parents b78f7f0 + 832dc34 commit 684e716
Show file tree
Hide file tree
Showing 3 changed files with 124 additions and 126 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/main push release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,8 @@ jobs:
id: package_version
run: echo "VERSION=$(jq -r '.version' package.json)" >> $GITHUB_OUTPUT
- name: Create tag release
uses: actions/create-release@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: ncipollo/release-action@main
with:
tag_name: v${{ steps.package_version.outputs.VERSION }}
release_name: v${{ steps.package_version.outputs.VERSION }}
tag: v${{ steps.package_version.outputs.VERSION }}
name: v${{ steps.package_version.outputs.VERSION }}
body: Release v${{ steps.package_version.outputs.VERSION }}
14 changes: 7 additions & 7 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.1",
"version": "1.2.2",
"description": "Export GitHub secrets & vars to environment variables & specified file",
"type": "module",
"main": "build/index.js",
Expand All @@ -16,23 +16,23 @@
},
"author": "Jakub Cieślik",
"license": "MIT",
"packageManager": "[email protected]-beta.0+sha512.c2e60e7ed04e459591c982f2760cd8f7d1f48fe1ca4d46ccbbf8377df1eb2d077ace1e9d334b06250dddf23c03b4562858f77992b9a3bb4a93355aefd173df32",
"packageManager": "[email protected]+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903",
"dependencies": {
"@actions/core": "^1.10.1"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.9",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@types/node": "^20.14.10",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"@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.7",
"ts-jest": "^29.1.5",
"rimraf": "^5.0.8",
"ts-jest": "^29.2.0",
"typescript": "^5.5.3"
}
}
Loading

0 comments on commit 684e716

Please sign in to comment.