We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbad720 commit 8e084eeCopy full SHA for 8e084ee
.github/workflows/publish-dev.yml
@@ -24,11 +24,6 @@ jobs:
24
# npm run test is excluded here intentionally
25
run: npm run lint && npm run prettier
26
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
-
32
- name: Publish
33
run: |
34
npm version --git-tag-version=false $(jq --raw-output '.version' package.json)-$(date +%s)-$(git rev-parse --short HEAD)
0 commit comments