Skip to content

Commit

Permalink
chore: workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodf committed May 18, 2022
1 parent 6b70e63 commit 1c520b4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 30 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/assingPrToAuthor.yml

This file was deleted.

14 changes: 0 additions & 14 deletions .github/workflows/conventionalPrName.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Gitflow Merge & Publish Packages on NPM
name: Publish Packages on NPM
on:
workflow_dispatch:
inputs:
Expand All @@ -19,7 +19,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: "14"
node-version: '14'
registry-url: "https://registry.npmjs.org/"
scope: "@vue-storefront"
- run: echo "" >> .npmrc && echo "@vue-storefront:registry=https://registry.npmjs.org/" >> .npmrc
Expand Down

0 comments on commit 1c520b4

Please sign in to comment.