Skip to content

Commit

Permalink
test wo history
Browse files Browse the repository at this point in the history
  • Loading branch information
andonyns committed Nov 14, 2023
1 parent 40e7333 commit 4fa8a02
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/on-pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,6 @@ jobs:
steps:
- name: Checkout the Repo
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.ref }}

- name: Get changes
id: changes
Expand All @@ -137,7 +134,6 @@ jobs:
current=$(git describe --tags $(git rev-list --tags --max-count=1))
echo "changes=$([[ "$suggested" != "$current" ]] && echo true)" >>$GITHUB_OUTPUT
- name: Update versions
if: ${{ ! steps.changes.outputs.changes }}
run: npx [email protected] version prerelease --exact --no-git-tag-version --yes
Expand Down

0 comments on commit 4fa8a02

Please sign in to comment.