mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-22 17:10:26 +03:00
Fixed action version
This commit is contained in:
parent
0cdae72ebd
commit
b94cdb2680
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy-preview.yml
vendored
2
.github/workflows/deploy-preview.yml
vendored
|
@ -24,6 +24,6 @@ jobs:
|
|||
rm src/service-worker.ts && \
|
||||
npm run build
|
||||
- name: Deploy preview
|
||||
uses: shlinkio/deploy-preview-action@v1
|
||||
uses: shlinkio/deploy-preview-action@v1.0.0
|
||||
with:
|
||||
folder: build
|
||||
|
|
Loading…
Reference in a new issue