Skip to content

Commit 77633d0

Browse files
committed
Fixed how local action is referenced from the workflow file
1 parent 05c863d commit 77633d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/version-or-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Create Release Pull Request or Publish
2727
id: changesets
28-
uses: .
28+
uses: ./
2929
with:
3030
version: yarn version
3131
publish: yarn release

0 commit comments

Comments
 (0)