Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,12 @@ jobs:
node-version: 22.11.0
registry-url: https://npm.echohq.com/

# CONFIGURE GITHUB PACKAGES AUTH FOR PUBLISH
- name: Configure GitHub Packages auth
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: echo "//npm.pkg.github.com/:_authToken=${GH_TOKEN}" >> $NPM_CONFIG_USERCONFIG

# GET TAG NAME
- name: Generate Tag name
id: set_tag_name
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@Checkmarx/ast-cli-javascript-wrapper",
"version": "0.0.156",
"version": "0.0.157",
"description": "AST CLI Javascript wrapper",
"main": "dist/main/wrapper/CxWrapper.js",
"typings": "dist/main/wrapper/CxWrapper.d.ts",
Expand Down
Loading