Skip to content

Commit

Permalink
remove fail on same version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellenn-A committed Aug 8, 2024
1 parent 457d0f1 commit b4b7acc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ jobs:
uses: digicatapult/check-version@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
fail_on_same_version: false

tests:
name: Run tests
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ jobs:
uses: digicatapult/check-version@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
fail_on_same_version: false

tests:
name: Run tests
Expand Down

0 comments on commit b4b7acc

Please sign in to comment.