diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index ce4b6c4..8375e2a 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -5,9 +5,9 @@ name: Release
     tags:
       - '*'
 
-defaults:
-  run:
-    working-directory: 'salvoxia.nut'
+concurrency:
+  group: ${{ github.ref_name }}
+  cancel-in-progress: true
 
 jobs:
   lint: