We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fa4129 commit f4e36d0Copy full SHA for f4e36d0
README.md
@@ -43,7 +43,7 @@ jobs:
43
run: npm ci
44
45
- name: Deploy to Frontify Marketplace
46
- uses: samuelalev/frontify-app-deploy-action@main
+ uses: samuelalev/frontify-app-deploy-action@v1
47
with:
48
path: './path/to/block'
49
token: ${{ secrets.FRONTIFY_TOKEN }}
@@ -86,7 +86,7 @@ jobs:
86
run: pnpm i --frozen-lockfile
87
88
89
90
91
path: './packages/*' # Deploy all apps in the packages folder
92
0 commit comments