Skip to content

Commit 09fa3c5

Browse files
author
Joanna May
committed
refactor: update project
1 parent 4c0a3d4 commit 09fa3c5

File tree

136 files changed

+110
-7806
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

136 files changed

+110
-7806
lines changed

.github/workflows/publish.yaml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
name: '📦 Publish'
1+
name: "📦 Publish"
22
on:
33
workflow_dispatch:
4-
branches:
5-
- main
64
inputs:
75
bump:
86
description: "Version Bump Method"
@@ -32,7 +30,7 @@ jobs:
3230
uses: actions/checkout@v3
3331
with:
3432
lfs: true
35-
submodules: 'recursive'
33+
submodules: "recursive"
3634

3735
- name: 🔎 Read Current Project Version
3836
uses: KageKirin/get-csproj-version@v1.0.0
@@ -46,7 +44,7 @@ jobs:
4644
echo "Current Version: ${{ steps.current-version.outputs.version }}"
4745
4846
- name: 🧮 Compute Next Version
49-
uses: chickensoft-games/next-godot-csproj-version@v1
47+
uses: chickensoft-games/next-godot-csproj-version@v1
5048
id: next-version
5149
with:
5250
project-version: ${{ steps.current-version.outputs.version }}
@@ -64,13 +62,13 @@ jobs:
6462
uses: vers-one/dotnet-project-version-updater@v1.3
6563
with:
6664
file: "Chickensoft.LogicBlocks/Chickensoft.LogicBlocks.csproj"
67-
version: ${{ steps.next-version.outputs.version }}
65+
version: ${{ steps.next-version.outputs.version }}
6866

6967
- name: 📝 Change Version in Generator Project
7068
uses: vers-one/dotnet-project-version-updater@v1.3
7169
with:
7270
file: "Chickensoft.LogicBlocks.Generator/Chickensoft.LogicBlocks.Generator.csproj"
73-
version: ${{ steps.next-version.outputs.version }}
71+
version: ${{ steps.next-version.outputs.version }}
7472

7573
- name: ✍️ Commit Changes
7674
run: |
@@ -95,7 +93,6 @@ jobs:
9593
# Build local packages used as PackageReference with nuget.config
9694
dotnet restore
9795
dotnet build Chickensoft.LogicBlocks.Analyzers
98-
dotnet build Chickensoft.Introspection
9996
dotnet build Chickensoft.LogicBlocks
10097
10198
# build the package

Chickensoft.Introspection.Generator.Tests/Chickensoft.Introspection.Generator.Tests.csproj

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

Chickensoft.Introspection.Generator.Tests/badges/branch_coverage.svg

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

Chickensoft.Introspection.Generator.Tests/badges/line_coverage.svg

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

Chickensoft.Introspection.Generator.Tests/coverage.sh

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

0 commit comments

Comments
 (0)