Skip to content

Commit df16e5d

Browse files
committed
try latest
1 parent 6fa9a0c commit df16e5d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,11 @@ jobs:
103103

104104
tag_release:
105105
needs: [get_commit_id, get_asdf_version]
106-
uses: NHSDigital/eps-workflow-semantic-release/.github/workflows/tag-release.yml@publish_different_path
106+
uses: NHSDigital/eps-workflow-semantic-release/.github/workflows/tag-release.yml@7c0d0e06afc120ec47372b479aa147ff9b453bca
107107
with:
108108
dry_run: false
109109
asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }}
110110
branch_name: cdk_construct
111111
publish_package: true
112112
tag_format: ${{ needs.get_asdf_version.outputs.tag_format }}
113-
pkg_root: packages/cdkConstructs
114113
secrets: inherit

0 commit comments

Comments
 (0)