mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-16 15:40:02 -04:00
update action dependencies
This commit is contained in:
parent
8f46b276c0
commit
f5610296fc
1 changed files with 3 additions and 3 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -92,11 +92,11 @@ jobs:
|
|||
- name: Install Playwright Browsers
|
||||
run: npx playwright install --with-deps
|
||||
|
||||
- name: Install dependencies
|
||||
- name: Run Playwright tests
|
||||
run: pnpm test
|
||||
|
||||
upload:
|
||||
name: Upload Release
|
||||
name: Upload release
|
||||
runs-on: ubuntu-latest
|
||||
needs: [build, tests]
|
||||
permissions: write-all
|
||||
|
@ -104,7 +104,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Delete old release and tag
|
||||
uses: dev-drprasad/delete-tag-and-release@v1.0.1
|
||||
uses: dev-drprasad/delete-tag-and-release@v1.1
|
||||
with:
|
||||
delete_release: true
|
||||
tag_name: latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue