Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
pellicceama committed Jan 21, 2025
1 parent aa1d44b commit a78a381
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-oint-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
cd sdks/sdk-openint
# Store new version for commit message
NEW_VERSION=$(npm version patch)
echo "new_version=$NEW_VERSION" >> $GITHUB_OUTPUT
echo "new_version=${NEW_VERSION}" >> "$GITHUB_OUTPUT"
cd ../..
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
pnpm -r publish --no-git-checks
Expand All @@ -115,7 +115,7 @@ jobs:
git config --global user.name "opensdk-bot"
git config --global user.email "[email protected]"
git add sdks/sdk-openint/
git commit -m "chore(sdk-openint): release version ${{ steps.publish.outputs.new_version }}"
git commit -m "chore(sdk-openint): ${{ steps.publish.outputs.new_version }} release"
git push origin main
- name: Send Slack notification for job status
Expand Down

0 comments on commit a78a381

Please sign in to comment.