Skip to content

Commit

Permalink
ci: add missing "git add" before "git commit"
Browse files Browse the repository at this point in the history
  • Loading branch information
jsenko committed Apr 12, 2024
1 parent c07ee0c commit 00cb30e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ jobs:
# if: ${{ !inputs.pre-release }}
run: |
npm version --no-git-tag-version ${{ inputs.next-version }}
git add -u
git commit -m "Update to next development version ${{ inputs.next-version }}"
- name: Push
Expand Down

0 comments on commit 00cb30e

Please sign in to comment.