diff --git a/.woodpecker.yml b/.woodpecker.yml
index d652bde4..e4e5e296 100644
--- a/.woodpecker.yml
+++ b/.woodpecker.yml
@@ -34,7 +34,7 @@ pipeline:
   release:
     when:
       event:
-      - push
+      - tag
     image: node:16
     secrets:
     - SCW_ACCESS_KEY
@@ -47,4 +47,4 @@ pipeline:
       - chmod +x scaleway-cli
       - ./scaleway-cli object config install type=rclone
       - zip akkoma-fe.zip -r dist
-      - rclone copyto akkoma-fe.zip scaleway:akkoma-updates/frontend/$CI_COMMIT_BRANCH/akkoma-fe.zip
+      - rclone copyto akkoma-fe.zip scaleway:akkoma-updates/frontend/akkoma-fe.zip
diff --git a/src/components/react_button/react_button.vue b/src/components/react_button/react_button.vue
index a0a423ca..c196417c 100644
--- a/src/components/react_button/react_button.vue
+++ b/src/components/react_button/react_button.vue
@@ -10,7 +10,7 @@
   >
     <template v-slot:content="{close}">
       <EmojiPicker
-        :enableStickerPicker="false"
+        :enable-sticker-picker="false"
         @emoji="addReaction($event, close)"
       />
     </template>