We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e81155 commit cb1209bCopy full SHA for cb1209b
.github/workflows/release.yml
@@ -75,6 +75,8 @@ jobs:
75
cp ./next-release-notes-template.md ./next-release-notes.md
76
- name: Update lockfile
77
run: yarn
78
+ env:
79
+ CI: false
80
- name: Push remaining changes
81
uses: EndBug/add-and-commit@v9
82
with:
0 commit comments