Skip to content

Commit

Permalink
ci: do a full checkout of master for semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
pyoor committed Dec 3, 2024
1 parent 8786aa9 commit 78e369f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ tasks:
git config --global user.email "bugmon@mozilla.com";
git config --global user.name "semantic-release";
git fetch origin master --tags;
git checkout -b master;
tox -e release
when:
branch: master
Expand Down

0 comments on commit 78e369f

Please sign in to comment.