Skip to content

Commit

Permalink
Update tag-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anantakumarghosh authored Feb 1, 2024
1 parent e56dba5 commit 00a3f8c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
- -p hotfix
- -p build
required: true
default: "build"
default: "-p build"
pull_request:
types:
- closed
Expand All @@ -42,7 +42,6 @@ jobs:
# run: npm test

deploy:
needs: build
runs-on: ubuntu-latest
if: github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'development'

Expand All @@ -65,4 +64,4 @@ jobs:


# npm run release -- -r patch
# npm run release -- --prerelease beta
# npm run release -- --prerelease beta

0 comments on commit 00a3f8c

Please sign in to comment.