Skip to content

Commit 4d73d9f

Browse files
authored
fix workflow ref (#640)
1 parent 893d7a7 commit 4d73d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npmPublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Checkout code
1111
uses: actions/checkout@v2
1212
with:
13-
ref: "main"
13+
ref: ${{ github.ref }}
1414

1515
- name: Set up Node.js
1616
uses: actions/setup-node@v2

0 commit comments

Comments
 (0)