Skip to content

Commit 4409f2e

Browse files
committed
Remove CDP build action
1 parent 10b26af commit 4409f2e

File tree

2 files changed

+1
-47
lines changed

2 files changed

+1
-47
lines changed

.github/workflows/publish-hotfix.yml

Lines changed: 0 additions & 42 deletions
This file was deleted.

.github/workflows/publish.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,4 @@ jobs:
4141
- name: Check out code
4242
uses: actions/checkout@v4
4343

44-
- name: Build and Publish
45-
uses: DEFRA/cdp-build-action/build@main
46-
with:
47-
github-token: ${{ secrets.GITHUB_TOKEN }}
48-
version: ${{ inputs.version }}
44+
# TODO

0 commit comments

Comments
 (0)