We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7d2fa3 commit e635f33Copy full SHA for e635f33
1 file changed
.github/workflows/prerelease.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: 'Get Previous tag'
19
uses: oprypin/find-latest-tag@v1
20
with:
21
- repository: Checkmarx/kics
+ repository: ${{ github.repository }}
22
releases-only: true
23
id: previoustag
24
- name: 'Get next minor version'
0 commit comments