Skip to content

Commit

Permalink
build: pipeline test
Browse files Browse the repository at this point in the history
  • Loading branch information
AnatolyPopov committed Sep 12, 2024
1 parent 8361b70 commit f638a5f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release_pr_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:
exit 1
fi
# - name: Checkout main
# uses: actions/checkout@v4
# with:
# ref: main
# fetch-depth: 0
- name: Checkout main
uses: actions/checkout@v4
with:
ref: ${{ github.ref}}
fetch-depth: 0

- name: Create release commits
run: |
Expand Down

0 comments on commit f638a5f

Please sign in to comment.