Skip to content

Commit 7a8c8f6

Browse files
committed
fix: Azure pipelines tarball filepath
1 parent 69f6f9f commit 7a8c8f6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ node_modules
22
dist
33
coverage
44
junit
5-
*-0.0.0.tgz
5+
*-0.0.0-development.tgz

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
condition: and(succeededOrFailed(), ne(variables['system.pullrequest.isfork'], true))
4848
inputs:
4949
artifactName: 'npm-tarball.tgz'
50-
PathtoPublish: '$(System.DefaultWorkingDirectory)/isomorphic-git-idb-fs-0.0.0-development.tgz'
50+
PathtoPublish: '$(System.DefaultWorkingDirectory)/isomorphic-git-lightning-fs-0.0.0-development.tgz'
5151

5252
- script: npm run semantic-release
5353
displayName: 'Publish to npm'

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"access": "public"
44
},
55
"name": "@isomorphic-git/lightning-fs",
6-
"version": "0.0.0",
6+
"version": "0.0.0-development",
77
"description": "A lean and fast 'fs' for the browser",
88
"main": "src/index.js",
99
"bin": {

0 commit comments

Comments
 (0)