We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f55c151 commit ed5af5fCopy full SHA for ed5af5f
1 file changed
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
needs: [quality_checks, get_asdf_version]
35
uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@e31e25273fb87450be4ef763ddbed4f531c45f8e
36
with:
37
- dry_run: false
+ dry_run: true
38
asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }}
39
branch_name: main
40
tag_format: ${{ needs.get_asdf_version.outputs.tag_format }}
0 commit comments