We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fec513c + b71027b commit a06543eCopy full SHA for a06543e
.github/workflows/release-pull-request.yaml
@@ -18,6 +18,8 @@ jobs:
18
uses: actions/checkout@v4
19
with:
20
token: "${{ secrets.personal-access-token }}"
21
+ fetch-depth: 0
22
+ fetch-tags: true
23
24
- name: Get version from repository
25
id: project-version
0 commit comments