Skip to content

Commit

Permalink
🧱 Update post-release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tiulpin committed Aug 4, 2023
1 parent 1c03f7c commit fa3aa18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/post-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
cd common && node update-cli.js && cd ..
npm ci
npm run build && npm run -w scan package && npm run -w vsts package
git config user.name github-actions
git config user.email github-actions@github.com
git config user.name qodana-bot
git config user.email qodana-support@jetbrains.com
git checkout -b bot/qodana-next
git add .
git commit -m ":arrow_up: Update \`qodana\` to \`${{ github.event.release.name }}\`"
Expand Down

0 comments on commit fa3aa18

Please sign in to comment.