Skip to content

Commit

Permalink
Don't actually continue on fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Typositoire committed Mar 27, 2024
1 parent 85bddbb commit 75a0f84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
uses: "WyriHaximus/github-action-get-previous-tag@v1.4.0"
- name: Checking for version bump
id: check_vbump
continue-on-error: true
run: |
LAST_TAG="${{ steps.previoustag.outputs.tag }}"
NEW_TAG="v${{ steps.get_version.outputs.version }}"
Expand Down

0 comments on commit 75a0f84

Please sign in to comment.