Skip to content

Commit 267e1c6

Browse files
authored
Merge pull request #40 from TechnologyEnhancedLearning/fix-quick-pr-run-now-in-master
Fix quick pr run now in master
2 parents 1f99b0b + 43167d5 commit 267e1c6

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/workflows/dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
if: success() || failure() #Run all checks incase multiple fixes needed but dont make packages if there are fails
8888
steps:
8989
- name: See other project pipeline for Tests
90-
run: echo "qqqq See other project pipeline for Tests this is a placeholder"
90+
run: echo " See other project pipeline for Tests this is a placeholder"
9191
continue-on-error: false
9292

9393

@@ -96,7 +96,7 @@ jobs:
9696
if: success() || failure() #Run all checks incase multiple fixes needed but dont make packages if there are fails
9797
steps:
9898
- name: See other project pipeline for Tests
99-
run: echo "qqqq See other project pipeline for Tests this is a placeholder"
99+
run: echo " See other project pipeline for Tests this is a placeholder"
100100
continue-on-error: false
101101

102102
# Now we've done due diligence

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [9.1.2-fix-quick-pr-run-now-in-master.1](https://github.com/TechnologyEnhancedLearning/GitPageBlazorWASM/compare/v9.1.1...v9.1.2-fix-quick-pr-run-now-in-master.1) (2025-04-15)
2+
3+
4+
### Bug Fixes
5+
6+
* **go:** go ([4690ddd](https://github.com/TechnologyEnhancedLearning/GitPageBlazorWASM/commit/4690ddd92bf69a712899c6a75ca0c945b4b73fc3))
7+
18
## [9.1.1](https://github.com/TechnologyEnhancedLearning/GitPageBlazorWASM/compare/v9.1.0...v9.1.1) (2025-04-15)
29

310

0 commit comments

Comments
 (0)