Skip to content

Commit 35c1da2

Browse files
authored
Actions (#7)
* add package action * add github token * get token from secrets * fix unexpected token error * use call operator * execute individual commands instead of script * remove shell directive
1 parent 347d257 commit 35c1da2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/reusable-package.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ jobs:
77
steps:
88
- uses: actions/checkout@v3
99
- name: Build package
10-
shell: pwsh
1110
run: |
1211
$asset = gh release view `
1312
-R ryanoasis/nerd-fonts `

0 commit comments

Comments
 (0)