Skip to content

Commit

Permalink
update publish-test.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Siyaram Meena committed Jul 4, 2024
1 parent 0f50117 commit 2721daa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ jobs:
run: |
npm i -g tfx-cli
node -v
echo ${{ secrets.PUBLISHER_NAME }}
echo ${{ secrets.ORG_NAME }}
echo $PUBLISHER_NAME
echo $ORG_NAME
echo ${{secrets.PUBLISHER_NAME}} | sed 's/./& /g'
# - name: Install dependencies
# run: cd synopsys-task && npm ci
Expand Down

0 comments on commit 2721daa

Please sign in to comment.