Skip to content

Commit 8e084ee

Browse files
committed
refactor: remove deprecation on old versions
1 parent cbad720 commit 8e084ee

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/publish-dev.yml

-5
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ jobs:
2424
# npm run test is excluded here intentionally
2525
run: npm run lint && npm run prettier
2626

27-
- name: Deprecate old versions
28-
run: npm deprecate quickpostgres@"~$(jq --raw-output '.version' package.json)" "no longer supported" || true
29-
env:
30-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
31-
3227
- name: Publish
3328
run: |
3429
npm version --git-tag-version=false $(jq --raw-output '.version' package.json)-$(date +%s)-$(git rev-parse --short HEAD)

0 commit comments

Comments
 (0)