diff --git a/.github/workflows/create-config-zip.yml b/.github/workflows/create-config-zip.yml index 91830f371..2df24601c 100644 --- a/.github/workflows/create-config-zip.yml +++ b/.github/workflows/create-config-zip.yml @@ -18,4 +18,4 @@ jobs: uses: softprops/action-gh-release@v1 with: files: config-default.zip - tag_name: ${{ github.ref }} + tag_name: ${{ github.event.release.tag_name }}