diff --git a/.github/workflows/ci-tag.yml b/.github/workflows/ci-tag.yml index 8e1cfdb..e55b705 100644 --- a/.github/workflows/ci-tag.yml +++ b/.github/workflows/ci-tag.yml @@ -1,4 +1,4 @@ -on: +on: push: tags: - '[0-9]+.[0-9]+.[0-9]+' @@ -91,7 +91,7 @@ jobs: cd artifacts/module-base && zip -r ../OpenShock.Desktop.Module.Base.zip . && cd ../.. - name: Create draft release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ github.ref_name }} name: ${{ github.ref_name }}