mirror of
https://github.com/vercel/commerce.git
synced 2025-05-09 19:27:53 +00:00
chore: Update deployment workflow in develop.deploy-functions.yml
This commit is contained in:
parent
443ee8ba34
commit
6992a3ff19
@ -19,8 +19,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: 'actions/checkout@v4'
|
uses: 'actions/checkout@v4'
|
||||||
with:
|
|
||||||
persist-credentials: false
|
|
||||||
- name: Delete Previous deployments
|
- name: Delete Previous deployments
|
||||||
uses: actions/github-script@v6
|
uses: actions/github-script@v6
|
||||||
with:
|
with:
|
||||||
@ -46,6 +44,10 @@ jobs:
|
|||||||
});
|
});
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
- name: Checkout repository
|
||||||
|
uses: 'actions/checkout@v4'
|
||||||
|
with:
|
||||||
|
persist-credentials: false
|
||||||
- name: Semantic Release
|
- name: Semantic Release
|
||||||
id: semantic
|
id: semantic
|
||||||
uses: cycjimmy/semantic-release-action@v4
|
uses: cycjimmy/semantic-release-action@v4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user