Skip to content

Commit 869d280

Browse files
author
Siddharth Shah
committed
chore: updating gitignore file
1 parent dcac8c6 commit 869d280

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Install Dependencies
2525
run: yarn install --frozen-lockfile
26-
26+
2727
- name: Run Security Audit (Critical Issues Only)
2828
run: yarn audit --level critical --groups dependencies
2929

@@ -44,7 +44,7 @@ jobs:
4444
- name: Install Dependencies
4545
run: yarn install --frozen-lockfile
4646

47-
- name: Semantic Release
47+
- name: Publish package with Semantic Release
4848
env:
4949
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5050
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules/
2-
.serverless/
2+
.serverless/
3+
.npmrc

0 commit comments

Comments
 (0)