Skip to content

Commit

Permalink
Merge pull request #7 from squidit/feature/deploy-npm
Browse files Browse the repository at this point in the history
Feature/deploy npm
  • Loading branch information
wandersonsales-dev committed Mar 15, 2024
2 parents dab2028 + 8199b6c commit 1684f12
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Deploy Docs
on:
workflow_run:
workflows: ['Publish on NPM']
workflows: ['Publish to NPM']
types:
- completed
workflow_dispatch:
Expand Down
23 changes: 0 additions & 23 deletions .github/workflows/publish-package.yml

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@squidit/react-css",
"version": "0.0.6",
"version": "0.0.7",
"scripts": {
"format": "prettier --write --parser typescript '**/*.{ts,tsx}'",
"lint": "eslint src --ext js,ts,tsx",
Expand Down

0 comments on commit 1684f12

Please sign in to comment.