Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
Update npm-deprecate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
azurepolarbear committed Mar 24, 2024
1 parent 2f33812 commit 6ec12d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-deprecate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
with:
node-version: '20.x'
registry-url: https://registry.npmjs.org/
- run: npm deprecate @batpb/genart-palettes@0.1.x "version 0.1.x is no longer supported"
- run: npm deprecate @batpb/genart-palettes@0.3.x "version 0.3.x is no longer supported"
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
6 changes: 3 additions & 3 deletions .github/workflows/npm-publish-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

name: Node.js Package Publish to GitHub

on:
release:
types: [created]
on: workflow_dispatch
# release:
# types: [created]

jobs:
build:
Expand Down

0 comments on commit 6ec12d4

Please sign in to comment.