Skip to content

Commit

Permalink
Update static.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-lysk committed Jul 27, 2023
1 parent aecc030 commit f92eb79
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,13 @@ jobs:
uses: actions/checkout@v3
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Fetch Plugin Info
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 18
- name: Refresh current Plugin version
run: |
# Fetch JSON data and store it as plugininfo.json
curl -sSL https://www.figma.com/api/plugins/1205803482754362456/versions > plugininfo.json
node createmetadata.js
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
Expand Down

0 comments on commit f92eb79

Please sign in to comment.