Skip to content

Commit

Permalink
fix release publishing files
Browse files Browse the repository at this point in the history
  • Loading branch information
Siedlerchr committed Aug 26, 2023
1 parent 3ff6a9f commit c23bdec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- run: npm ci
- run: npm run lint
- run: npm run prepare-npm
- run: npm publish
- run: npm publish ./npm --access=public --dry-run
- run: npm publish ./npm --access=public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
1 change: 0 additions & 1 deletion @types/ol-ext/index.d.ts

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@siedlerchr/types-ol-ext",
"version": "3.2.1",
"version": "3.2.2",
"description": "Type definitions for ol-ext",
"main": "",
"types": "index.d.ts",
Expand Down

0 comments on commit c23bdec

Please sign in to comment.