Skip to content

Commit d615d71

Browse files
authored
create permit_pdp_version in pdp-tests job (#187)
1 parent c99396e commit d615d71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pdp_cicd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626

2727
- name: Pre build PDP tests
2828
run: |
29+
echo "${{ github.event.release.tag_name }}" | cut -d '-' -f 1 > permit_pdp_version
2930
rm -rf custom
3031
mkdir custom
3132
build_root="$PWD"

0 commit comments

Comments
 (0)