Skip to content

Commit 5613a1f

Browse files
dmonadCopilot
andcommitted
fix: correct workflow YAML indentation
The 'id' and 'run' fields were incorrectly indented under 'with'. They should be at the same level as 'uses' for the step definition. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent f76d24b commit 5613a1f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
- uses: actions/setup-node@v5
1515
with:
1616
node-version: 24
17+
- name: Check if version is already published
1718
id: version-check
1819
run: |
1920
NAME=$(node -p "require('./package.json').name")

0 commit comments

Comments
 (0)