Skip to content

Commit

Permalink
update ci/cd file
Browse files Browse the repository at this point in the history
  • Loading branch information
duysolo committed Aug 5, 2022
1 parent ac2a0c1 commit 73000f3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Mercury Auth - NestJS package for authentication

on:
push:
tags:
- '*'
release:
types: [created]

jobs:
build:
Expand Down Expand Up @@ -32,8 +31,6 @@ jobs:
node-version: 16
registry-url: https://registry.npmjs.org
scope: '@mercury-labs'
run: |
echo "The NEW_PACKAGE_VERSION key is:${{env.NEW_PACKAGE_VERSION}}"
- run: npm ci
- run: npm run build
- run: npm run increase-version
Expand Down

0 comments on commit 73000f3

Please sign in to comment.