We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 688bc29 commit 0f6e62aCopy full SHA for 0f6e62a
azure-pipelines.yml
@@ -301,7 +301,7 @@ jobs:
301
set -ex
302
mkdir -p gh-release
303
find .
304
- tag=`git describe --abbrev=0`
+ tag=`git describe --tags`
305
mk() {
306
target=$1
307
src=$2
@@ -338,5 +338,5 @@ jobs:
338
displayName: 'Create GitHub Release'
339
inputs:
340
gitHubConnection: alexcrichton-oauth
341
- repositoryName: alexcrichton/wasm-bindgen
+ repositoryName: rustwasm/wasm-bindgen
342
assets: gh-release/*.tar.gz
0 commit comments