Skip to content

Commit c328852

Browse files
author
devgioele
committed
use single quotes
1 parent 8bad228 commit c328852

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Create Relase & Publish Package
22
on:
33
push:
44
tags:
5-
- "v*"
5+
- 'v*'
66
jobs:
77
build:
88
runs-on: ubuntu-22.04
@@ -19,7 +19,7 @@ jobs:
1919
- uses: aboutbits/github-actions-node/setup-and-install@v2
2020
with:
2121
node-version: 16
22-
registry-url: "https://registry.npmjs.org"
22+
registry-url: 'https://registry.npmjs.org'
2323
- run: npm publish
2424
env:
2525
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)