@ridit/milo
Advanced tools
| name: Publish to npm | ||
| on: | ||
| push: | ||
| tags: | ||
| - "v*" | ||
| jobs: | ||
| publish: | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@v4 | ||
| - name: Set up Node.js | ||
| uses: actions/setup-node@v4 | ||
| with: | ||
| node-version: "20" | ||
| registry-url: "https://registry.npmjs.org" | ||
| - name: Install dependencies | ||
| run: npm ci | ||
| - name: Run tests | ||
| run: npm test | ||
| - name: Publish to npm | ||
| run: npm publish | ||
| env: | ||
| NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} |
+1
-1
| { | ||
| "name": "@ridit/milo", | ||
| "version": "0.6.8", | ||
| "version": "0.6.9", | ||
| "description": "Tiny cat. Big code.", | ||
@@ -5,0 +5,0 @@ "author": "Ridit Jangra <riditjangra09@gmail.com> (https://ridit.space)", |
-3
| DATABASE_PASSWORD=FourFive66@Four566 | ||
| SUPABASE_URL=https://cowlzmdeufmdkksovsis.supabase.co | ||
| SUPABASE_ANON_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImNvd2x6bWRldWZtZGtrc292c2lzIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NzcxNzkwMjIsImV4cCI6MjA5Mjc1NTAyMn0.saByYOe0VpjwQ9sOXtFU0KcNrTalcLpRW9rFKu6SOLA |
4758421
0.01%