Skip to content

Commit 0f6e62a

Browse files
committed
Fix publicatin to github
1 parent 688bc29 commit 0f6e62a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ jobs:
301301
set -ex
302302
mkdir -p gh-release
303303
find .
304-
tag=`git describe --abbrev=0`
304+
tag=`git describe --tags`
305305
mk() {
306306
target=$1
307307
src=$2
@@ -338,5 +338,5 @@ jobs:
338338
displayName: 'Create GitHub Release'
339339
inputs:
340340
gitHubConnection: alexcrichton-oauth
341-
repositoryName: alexcrichton/wasm-bindgen
341+
repositoryName: rustwasm/wasm-bindgen
342342
assets: gh-release/*.tar.gz

0 commit comments

Comments
 (0)