Skip to content

Commit

Permalink
fix build tag
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonsturgeon committed Feb 21, 2024
1 parent 6e8baa9 commit 538b0df
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ jobs:
- name: Push package version change
run: |
git add package.json
git commit -m "Update package.json version to: ${{ inputs.version_tag }}"
git push --force-with-lease origin main || echo "Version tag unchanged"
git commit -m "Update package.json version to: ${{ inputs.version_tag }}" && \
git push --force-with-lease origin main || \
echo "Version tag unchanaged"
- name: Generate Docs
run: |
Expand Down

0 comments on commit 538b0df

Please sign in to comment.