Skip to content

Commit

Permalink
fix(python-sdk-release): fixed teams notification uri variable
Browse files Browse the repository at this point in the history
  • Loading branch information
AsifNawaz-cnic committed Apr 29, 2024
1 parent b93d01f commit 3881ee8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/perl-sdk-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,6 @@ jobs:
CPAN_PASSWORD: ${{ secrets.CPAN_PASSWORD }}
TEAMS_NOTIFICATION_URI: ${{ secrets.RTLDEV_MW_CI_NOTIFICATION_URI }}
COMMIT_SHA: ${{ github.sha }}
npm_package_name: perl-sdk
# we are root as of perl-tester image, npx won't invoke with root rights
run: ./node_modules/.bin/semantic-release
run: ./node_modules/.bin/semantic-release
2 changes: 1 addition & 1 deletion .github/workflows/python-sdk-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
env:
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
TEAMS_NOTIFICATION_URI: ${{ secrets.RTLDEV_MW_NOTIFICATION_URI }}
TEAMS_NOTIFICATION_URI: ${{ secrets.RTLDEV_MW_CI_NOTIFICATION_URI }}
COMMIT_SHA: ${{ github.sha }}
GITHUB_TOKEN: ${{ secrets.RTLDEV_MW_CI_TOKEN }}
run: npx semantic-release

0 comments on commit 3881ee8

Please sign in to comment.