Skip to content

Commit

Permalink
BREAKING CHANGE: update publish-test.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Siyaram Meena committed Jul 10, 2024
1 parent 4f8d3ad commit ce2da64
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,15 @@ jobs:
- uses: actions/checkout@v4

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

with:
node-version: 20.x

- name: publish-extension
id: publish-extension
uses: actions/upload-artifact@v4
env:
PUBLISHER_NAME: ${{ secrets.PUBLISHER_NAME }}
ORG_NAME: ${{ secrets.ORG_NAME }}
Expand Down

0 comments on commit ce2da64

Please sign in to comment.