Skip to content

Commit 32dd37d

Browse files
authored
Merge pull request #48 from viqueen/issue/LABSET-106-release-labset-org
LABSET-106: release under labset org
2 parents a20ec4c + 0d5c666 commit 32dd37d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
- run: yarn format:check
1717
- run: yarn build
1818
- run: yarn lint
19-
- run: npm publish
19+
- run: npm publish --access public
2020
env:
2121
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "atlassian-devbox",
3-
"version": "3.0.1",
2+
"name": "@labset/atlassian-devbox",
3+
"version": "3.1.0",
44
"description": "atlassian devbox",
55
"preferGlobal": true,
66
"bin": {

0 commit comments

Comments
 (0)