This is an automated email from the ASF dual-hosted git repository. slawrence pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git
The following commit(s) were added to refs/heads/main by this push: new 496ff94 Fix typo in release-candidate action name 496ff94 is described below commit 496ff94ea98a4939ecd105fdfe0e48964e74f610 Author: Steve Lawrence <slawre...@apache.org> AuthorDate: Fri Apr 4 15:23:31 2025 -0400 Fix typo in release-candidate action name The original name of this was asf-release-candidate thinking it could be useful for ASF project in general. There wasn't much interest so that was dropped and moved to daffodil-infrastrucutre. Forgot to update this name in the workflow file. DAFFODIL-2971 --- .github/workflows/release-candidate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml index 09d8c36..a86d1c8 100644 --- a/.github/workflows/release-candidate.yml +++ b/.github/workflows/release-candidate.yml @@ -39,7 +39,7 @@ jobs: - name: ASF Release Candidate id: rc - uses: apache/daffodil-infrastructure/actions/asf-release-candidate@main + uses: apache/daffodil-infrastructure/actions/release-candidate@main with: tlp_dir: 'daffodil' project_name: 'Apache Daffodil VS Code'