Skip to content

Commit

Permalink
fix version workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
idaho committed Feb 29, 2024
1 parent 5e5b901 commit 0bd4b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: npm version ${{ inputs.version }} --git-tag-version false

- name: Add files to commit
run: add package.json package-lock.json
run: git add package.json package-lock.json

- name: Create commit message
run: git commit -m "${{ inputs.version }}"
Expand Down

0 comments on commit 0bd4b93

Please sign in to comment.