0
Fork 0
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:
Florian Lefebvre 2025-04-04 13:01:27 +02:00 committed by GitHub
parent e588527b4c
commit 2c30b073f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: |