mirror of
https://github.com/withastro/astro.git
synced 2025-04-14 23:51:49 -05:00
fix(actions): pr preview label removal (#13557)
This commit is contained in:
parent
e588527b4c
commit
2c30b073f7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/preview-release.yml
vendored
2
.github/workflows/preview-release.yml
vendored
|
@ -57,7 +57,7 @@ jobs:
|
|||
- name: Remove Preview Label
|
||||
uses: actions-ecosystem/action-remove-labels@2ce5d41b4b6aa8503e285553f75ed56e0a40bae0 # v1.3.0
|
||||
with:
|
||||
labels: "pr: preview"
|
||||
labels: "pr preview"
|
||||
|
||||
- name: Publish packages
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue