Skip to content

Commit

Permalink
commit to master
Browse files Browse the repository at this point in the history
  • Loading branch information
luc122c committed Nov 15, 2023
1 parent 607c153 commit fa6b7bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
if: ${{ needs.check-releases.outputs.comparison == '<' }}
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Remove leading 'v' from version numbers
run: |
Expand All @@ -73,5 +73,6 @@ jobs:
- name: Commit and push
uses: stefanzweifel/git-auto-commit-action@v5
with:
branch: master
tagging_message: "${{ needs.check-releases.outputs.firebase-tools-release }}"
commit_message: "Bump version to ${{ needs.check-releases.outputs.firebase-tools-release }}"

0 comments on commit fa6b7bc

Please sign in to comment.