Skip to content

Commit

Permalink
chore: enable publishing in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
devaryakjha committed Dec 18, 2024
1 parent 2de375b commit d130c4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
tag: true
git-email: "[email protected]"
git-name: "GitHub Actions Bot"
create-pr: true
publish-dry-run: true
publish: true

stable:
if: github.ref == 'refs/heads/stable'
Expand All @@ -52,5 +52,5 @@ jobs:
tag: true
git-email: "[email protected]"
git-name: "GitHub Actions Bot"
create-pr: true
publish-dry-run: true
publish: true

0 comments on commit d130c4d

Please sign in to comment.