Skip to content

Commit

Permalink
Merge pull request #38 from fingerprintjs/feature/fix-workflow
Browse files Browse the repository at this point in the history
chore: fix workflows
  • Loading branch information
Sergey Shelomentsev committed Mar 27, 2024
2 parents 2c67645 + 532206a commit 2d1317b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
FPJS_REQUEST_ID: "${{ secrets.FPJS_REQUEST_ID }}"


report_status:
report_status:
needs: functional_tests
if: always()
uses: fingerprintjs/dx-team-toolkit/.github/workflows/report-workflow-status.yml@v1
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@ on:
jobs:
release:
name: 'Build project, run CI checks and publish new release'
uses: fingerprintjs/dx-team-toolkit/.github/workflows/release-typescript-project.yml@v1
uses: fingerprintjs/dx-team-toolkit/.github/workflows/release-server-sdk.yml@v1
with:
appId: ${{ vars.APP_ID }}
language: java
java-version: '8'
secrets:
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}


0 comments on commit 2d1317b

Please sign in to comment.