Skip to content

Commit

Permalink
update deploy-extension.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Siyaram Meena committed Jul 15, 2024
1 parent 2563fe4 commit fca0f5f
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/deploy-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,22 @@ on:
workflow_dispatch:

jobs:
publish-test:
if: "!contains(github.event.commits[0].message, '[skip ci]')"
deploy-extension-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Set Node.js 20.x
uses: actions/setup-node@v4

with:
node-version: 20.x

- name: publish-extension
id: publish-extension
- name: deploy-extension
id: deploy-extension
env:
PUBLISHER_NAME: ${{ secrets.PUBLISHER_NAME }}
ORG_NAME: ${{ secrets.ORG_NAME }}
USER_TOKEN: ${{ secrets.USER_TOKEN }}
commit_message: ${{ github.event.head_commit.message }}
run: |
name="Synopsys-security-scan"
echo "EXTENSION_NAME=$name"
Expand Down

0 comments on commit fca0f5f

Please sign in to comment.