Skip to content

Commit

Permalink
[INJI-610] update version in package.json and comment sonarqube workflow
Browse files Browse the repository at this point in the history
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
  • Loading branch information
PuBHARGAVI committed Dec 20, 2023
1 parent 30fe239 commit 2e3a9d4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@ jobs:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}

sonar-analysis-tuvali:
if: "${{ github.event_name != 'pull_request' }}"
needs: build-tuvali
uses: mosip/kattu/.github/workflows/gradlew-sonar-analysis.yml@master
with:
SERVICE_LOCATION: '.'
ANDROID_LOCATION: 'android'
SONAR_URL: 'https://sonarcloud.io'
PROJECT_KEY: "mosip_${{ github.event.repository.name }}"
PROJECT_NAME: "${{ github.event.repository.name }}"
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_ORGANIZATION: ${{ secrets.ORG_KEY }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
# sonar-analysis-tuvali:
# if: "${{ github.event_name != 'pull_request' }}"
# needs: build-tuvali
# uses: mosip/kattu/.github/workflows/gradlew-sonar-analysis.yml@master
# with:
# SERVICE_LOCATION: '.'
# ANDROID_LOCATION: 'android'
# SONAR_URL: 'https://sonarcloud.io'
# PROJECT_KEY: "mosip_${{ github.event.repository.name }}"
# PROJECT_NAME: "${{ github.event.repository.name }}"
# secrets:
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
# SONAR_ORGANIZATION: ${{ secrets.ORG_KEY }}
# SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mosip/tuvali",
"version": "0.4.8",
"description": "test",
"version": "0.4.9",
"description": "React Native module which facilitates the exchange of Verifiable Credentials (VC) and Verifiable Presentations (VP) between two parties using Bluetooth Low Energy (BLE) as a local communication channel.",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
Expand Down

0 comments on commit 2e3a9d4

Please sign in to comment.