You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See [changelog](https://github.com/th-ch/youtube-music/blob/master/changelog.md#${{ env.CHANGELOG_ANCHOR }}) for the list of updates and the full diff.
186
+
187
+
Thanks to all contributors! 🏅
188
+
189
+
- name: Update changelog
190
+
if: ${{ env.VERSION_HASH == '' }}
191
+
run: |
192
+
yarn changelog
193
+
194
+
- name: Commit changelog
195
+
if: ${{ env.VERSION_HASH == '' }}
196
+
uses: stefanzweifel/git-auto-commit-action@v4
197
+
with:
198
+
commit_message: Update changelog for ${{ env.VERSION_TAG }}
0 commit comments