We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c23cad commit 59825cbCopy full SHA for 59825cb
.github/workflows/npm-release.yml
@@ -30,6 +30,6 @@ jobs:
30
registry-url: https://registry.npmjs.org/
31
- run: npm ci
32
- run: npm run build --if-present --isNpmBuild
33
- - run: npm publish --access=public --tag=beta
+ - run: npm publish --access=public --tag=latest
34
env:
35
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-azure-maps",
3
- "version": "1.0.2",
+ "version": "1.0.3",
4
"description": "React Wrapper for Azure Maps",
5
"keywords": [
6
"react",
0 commit comments