mirror of
https://github.com/vercel/commerce.git
synced 2025-05-09 03:07:50 +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:
|
||||
- name: Checkout repository
|
||||
uses: 'actions/checkout@v4'
|
||||
with:
|
||||
persist-credentials: false
|
||||
- name: Delete Previous deployments
|
||||
uses: actions/github-script@v6
|
||||
with:
|
||||
@ -46,6 +44,10 @@ jobs:
|
||||
});
|
||||
})
|
||||
);
|
||||
- name: Checkout repository
|
||||
uses: 'actions/checkout@v4'
|
||||
with:
|
||||
persist-credentials: false
|
||||
- name: Semantic Release
|
||||
id: semantic
|
||||
uses: cycjimmy/semantic-release-action@v4
|
||||
|
Loading…
x
Reference in New Issue
Block a user