Skip to content

Commit

Permalink
build: migrate to @catppuccin/insomnia-plugin-catppuccin (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham authored Mar 28, 2024
1 parent e5dd535 commit 376e124
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 3 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Publish to NPM

on:
push:
tags:
- "*"

jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "npm"
- run: npm install
- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
- name: Create GH Release
uses: softprops/action-gh-release@v2
with:
generate_release_notes: true
append_body: |
NPM: https://www.npmjs.com/package/@catppuccin/insomnia-plugin-catppuccin/v/${{github.ref_name}}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

1. In Insomnia, go to _Application_ and select _Preferences_
2. Click on _Plugins_
3. Paste `insomnia-plugin-catppuccin` into the package name field
3. Paste `@catppuccin/insomnia-plugin-catppuccin` into the package name field
4. Click on _Install Plugin_

> [!IMPORTANT]
Expand Down
Empty file removed assets/.gitkeep
Empty file.
Binary file modified assets/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "insomnia-plugin-catppuccin",
"version": "0.1.2",
"name": "@catppuccin/insomnia-plugin-catppuccin",
"version": "0.1.3",
"description": "Soothing pastel theme for Insomnia.",
"main": "plugin.js",
"repository": {
Expand Down

0 comments on commit 376e124

Please sign in to comment.