We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fa9a0c commit df16e5dCopy full SHA for df16e5d
.github/workflows/pull_request.yml
@@ -103,12 +103,11 @@ jobs:
103
104
tag_release:
105
needs: [get_commit_id, get_asdf_version]
106
- uses: NHSDigital/eps-workflow-semantic-release/.github/workflows/tag-release.yml@publish_different_path
+ uses: NHSDigital/eps-workflow-semantic-release/.github/workflows/tag-release.yml@7c0d0e06afc120ec47372b479aa147ff9b453bca
107
with:
108
dry_run: false
109
asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }}
110
branch_name: cdk_construct
111
publish_package: true
112
tag_format: ${{ needs.get_asdf_version.outputs.tag_format }}
113
- pkg_root: packages/cdkConstructs
114
secrets: inherit
0 commit comments