Skip to content

Commit

Permalink
ci: fix fetch depth (#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-rw authored Jun 1, 2024
1 parent d08bdf3 commit 4b304c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deployment-weekly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,16 @@ jobs:
args: "Automatic release has been triggered: [run ${{ github.run_number }}](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})"
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Get Next Version
id: semver
uses: ietf-tools/semver-action@v1
with:
token: ${{ github.token }}
branch: dev
- name: Create pull request
if: startsWith(github.ref, 'refs/heads/feature')
uses: devops-infra/action-pull-request@v0.5.5
id: create-pull-request
with:
Expand Down

0 comments on commit 4b304c7

Please sign in to comment.