Commit 8c4fd0a4 authored by Moody Salem's avatar Moody Salem

Some cleanup of workflows

BREAKING CHANGE: trigger a new major release
parent 7d526c58
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
name: Feature Request name: Feature Request
about: Suggest an idea for this project about: Suggest an idea for this project
title: '' title: ''
labels: '' labels: 'improvement'
assignees: '' assignees: ''
--- ---
......
**PLEASE DO NOT SUBMIT TOKEN ADDITIONS AS PULL REQUESTS**
All token requests should be made via an issue.
...@@ -35,7 +35,7 @@ jobs: ...@@ -35,7 +35,7 @@ jobs:
yarn- yarn-
- name: Install dependencies - name: Install dependencies
run: yarn --frozen-lockfile run: yarn install --frozen-lockfile
env: env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment