Skip to content

Commit 517b070

Browse files
authored
Merge pull request #10 from TechnologyEnhancedLearning/ci-setup
Ci setup
2 parents b89852e + cd542a7 commit 517b070

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,7 @@ jobs:
105105
- name: Clean lock files because the newly generated package file will superseed the locks
106106
run: |
107107
find . -name "packages.lock.json" -type f -exec rm -f {} \;
108-
109-
- name: Restore NuGet Packages for Specifically the BCL Package Library Project
110-
run: dotnet restore TELBlazor.Components.csproj
108+
111109
112110
- name: Set up Node.js so we have gulp for retrieving TEL Frontend Css
113111
uses: actions/setup-node@v4

CHANGELOG.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +0,0 @@
1-
## [1.0.1](https://github.com/TechnologyEnhancedLearning/TELBlazor/compare/v1.0.0...v1.0.1) (2025-05-06)
2-
3-
4-
### Bug Fixes
5-
6-
* **ci tokens:** Using nugetkey token not personal for write permission ([b568249](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/b5682497c1cdf5f43b23428ac19c0d1176d9cf54))

0 commit comments

Comments
 (0)