Skip to content

Commit 7dcdaea

Browse files
committed
🔧 add install and build steps
1 parent f89f70d commit 7dcdaea

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.github/workflows/tag-and-publish.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build:
10-
runs-on: windows-latest
10+
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
1313

@@ -16,19 +16,6 @@ jobs:
1616
with:
1717
node-version: 20
1818

19-
# PowerShell script to check for uncommitted changes
20-
- name: Check for uncommitted changes using git status --porcelain
21-
id: check_changes
22-
run: |
23-
$STATUS = git status --porcelain
24-
if ($STATUS) {
25-
Write-Host "Uncommitted changes found"
26-
echo "uncommitted=true" >> $env:GITHUB_OUTPUT
27-
} else {
28-
Write-Host "No uncommitted changes"
29-
echo "uncommitted=false" >> $env:GITHUB_OUTPUT
30-
}
31-
3219
- name: Extract Changelog Entry
3320
id: extract_changelog
3421
shell: pwsh

0 commit comments

Comments
 (0)