Skip to content

Commit 8a0edd4

Browse files
committed
create permit_pdp_version in pdp-tests job
1 parent f3390a1 commit 8a0edd4

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)