Skip to content

Commit

Permalink
Unify comments style
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiSG committed Jul 11, 2024
1 parent 4eccec2 commit b1bf93f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
git commit --message="Update changelog" CHANGELOG.md package.json package-lock.json
[ ${{ needs.changelog.outputs.release-type }} != 'no-release' ] && git tag v${{ steps.update-changelog.outputs.version }}
- name: Run status checks for release commit on temporary branch # Use temporary branch to enable pushing commits to this branch protected by required status checks
- name: Run status checks for release commit on temporary branch # use temporary branch to enable pushing commits to this branch protected by required status checks
uses: CasperWA/push-protected@v2
with:
token: ${{ secrets.RELEASE_BOT_GITHUB_TOKEN }}
Expand Down

0 comments on commit b1bf93f

Please sign in to comment.