Skip to content

Commit 69fc609

Browse files
authored
Merge pull request #15 from TechnologyEnhancedLearning/ci-setup
Ci setup
2 parents 6e27018 + 55cbb6c commit 69fc609

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
needs: [call-reusable-ci-checks-workflow]
4848
runs-on: ubuntu-latest
4949
outputs:
50-
dev-package-version: ${{ steps.set-dev-semantic-version.outputs.dev-semantic-version }}
50+
dev-package-version: ${{ steps.set_dev_semantic_version.outputs.dev-semantic-version }}
5151
steps:
5252

5353
- name: Checkout repository

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
name: Generate semantic version for package and repo
3333
runs-on: ubuntu-latest
3434
outputs:
35-
semantic-release-version: ${{ steps.set-semantic-version.outputs.semantic-release-version }}
35+
semantic-release-version: ${{ steps.set_semantic_version.outputs.semantic-release-version }}
3636
steps:
3737
- name: checkout repository
3838
uses: actions/checkout@v4

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## [1.0.3](https://github.com/TechnologyEnhancedLearning/TELBlazor/compare/v1.0.2...v1.0.3) (2025-05-06)
1+
## [1.0.4-ci-setup.1](https://github.com/TechnologyEnhancedLearning/TELBlazor/compare/v1.0.3...v1.0.4-ci-setup.1) (2025-05-06)
22

33

44
### Bug Fixes
55

6-
* **naming:** job, step, id, env ([4d3d9f3](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/4d3d9f3f07205f3f16fafe019eb5ccb7cd82e687))
6+
* **yml:** snake case id refs ([8781a79](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/8781a79db4442eb2ab52821443fadb1c01276faa))

0 commit comments

Comments
 (0)