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.
2 parents a20ec4c + 0d5c666 commit 32dd37dCopy full SHA for 32dd37d
.github/workflows/npm-publish.yml
@@ -16,6 +16,6 @@ jobs:
16
- run: yarn format:check
17
- run: yarn build
18
- run: yarn lint
19
- - run: npm publish
+ - run: npm publish --access public
20
env:
21
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
package.json
@@ -1,6 +1,6 @@
1
{
2
- "name": "atlassian-devbox",
3
- "version": "3.0.1",
+ "name": "@labset/atlassian-devbox",
+ "version": "3.1.0",
4
"description": "atlassian devbox",
5
"preferGlobal": true,
6
"bin": {
0 commit comments