Skip to content

Commit

Permalink
feat: publish under @IBM namespace
Browse files Browse the repository at this point in the history
Signed-off-by: mbwhite <whitemat@uk.ibm.com>
  • Loading branch information
mbwhite committed Dec 12, 2023
1 parent f259452 commit d6f951a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
18 changes: 11 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,17 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 20.x
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run build
- run: npm pack
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}


- name: Release
uses: softprops/action-gh-release@v1
with:
body_path: CHANGELOG.md
append_body: true
files: tekton-lint-*.tgz
# - name: Release
# uses: softprops/action-gh-release@v1
# with:
# body_path: CHANGELOG.md
# append_body: true
# files: tekton-lint-*.tgz
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "tekton-lint",
"name": "@ibm/tekton-lint",
"files": [
"lib/**/*.js",
"lib/**/*.d.ts",
Expand Down

0 comments on commit d6f951a

Please sign in to comment.