Skip to content

Commit f4e36d0

Browse files
committed
chore: update version in readme
1 parent 8fa4129 commit f4e36d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: npm ci
4444

4545
- name: Deploy to Frontify Marketplace
46-
uses: samuelalev/frontify-app-deploy-action@main
46+
uses: samuelalev/frontify-app-deploy-action@v1
4747
with:
4848
path: './path/to/block'
4949
token: ${{ secrets.FRONTIFY_TOKEN }}
@@ -86,7 +86,7 @@ jobs:
8686
run: pnpm i --frozen-lockfile
8787

8888
- name: Deploy to Frontify Marketplace
89-
uses: samuelalev/frontify-app-deploy-action@main
89+
uses: samuelalev/frontify-app-deploy-action@v1
9090
with:
9191
path: './packages/*' # Deploy all apps in the packages folder
9292
token: ${{ secrets.FRONTIFY_TOKEN }}

0 commit comments

Comments
 (0)