We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6308e41 commit 34253c7Copy full SHA for 34253c7
1 file changed
.github/workflows/release.yml
@@ -44,7 +44,7 @@ jobs:
44
echo "commit_id=${{ github.sha }}" >> "$GITHUB_OUTPUT"
45
46
tag_release:
47
- needs: [quality_checks, get_commit_id, get_asdf_version]
+ needs: [quality_checks, get_commit_id, get_asdf_version]
48
uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@release_notes_to_gh_pages
49
with:
50
dry_run: false
0 commit comments