Skip to content

Commit 6d8ff85

Browse files
author
Johannes Busch
committed
fix: correct issues in workflow files
1 parent c995707 commit 6d8ff85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Check PR'main
1+
name: 'Check PR'
22

33
on:
44
pull_request_target:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
env:
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2727
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
28-
run: npx semantic-release
28+
run: npx semantic-release

0 commit comments

Comments
 (0)